mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 15:39:00 +00:00
add some useful accessors :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25612 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
863517aea0
commit
3ebf994b9a
@ -52,6 +52,9 @@ public:
|
||||
/// getFunctionType - InlineAsm's are always pointers to functions.
|
||||
///
|
||||
const FunctionType *getFunctionType() const;
|
||||
|
||||
const std::string &getAsmString() const { return AsmString; }
|
||||
const std::string &getConstraintString() const { return Constraints; }
|
||||
|
||||
virtual void print(std::ostream &O) const { print(O, 0); }
|
||||
void print(std::ostream &OS, AssemblyAnnotationWriter *AAW) const;
|
||||
|
Loading…
Reference in New Issue
Block a user