Return the column number of the debug location for this value, which must be
an LLVM Instruction
.
Return the directory of the debug location for this value, which must be
an LLVM Instruction
, GlobalVariable
, or Function
.
Return the filename of the debug location for this value, which must be
an LLVM Instruction
, lGlobalVariable
, or Function
.
Return the line number of the debug location for this value, which must be
an LLVM Instruction
, GlobalVariable
, or Function
.
Create the specified unique inline asm string.
Get the template string used for an inline assembly snippet.
Get if the inline asm snippet may unwind the stack
Get the raw constraint string for an inline assembly snippet.
Get the dialect used by the inline asm snippet.
Get the function type of the inline assembly snippet.
Get if the inline asm snippet has side effects
Get if the inline asm snippet needs an aligned stack
Advance a Function iterator to the next Function.
Decrement a Function
iterator to the previous Function.