mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
add some useful accessors :)
llvm-svn: 25612
This commit is contained in:
parent
d36993d81d
commit
aff32aa901
@ -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…
x
Reference in New Issue
Block a user