Example #1
0
 public static extern LLVMBool IsRelocationIteratorAtEnd(LLVMSectionIteratorRef @Section, LLVMRelocationIteratorRef @RI);
Example #2
0
 public static extern void MoveToNextRelocation(LLVMRelocationIteratorRef @RI);
Example #3
0
 public static extern string GetRelocationTypeName(LLVMRelocationIteratorRef @RI);
Example #4
0
 public static extern string GetRelocationValueString(LLVMRelocationIteratorRef @RI);
Example #5
0
 public static extern int GetRelocationType(LLVMRelocationIteratorRef @RI);
Example #6
0
 public static extern LLVMSymbolIteratorRef GetRelocationSymbol(LLVMRelocationIteratorRef @RI);
Example #7
0
 public static extern int GetRelocationOffset(LLVMRelocationIteratorRef @RI);
Example #8
0
 public static extern int GetRelocationAddress(LLVMRelocationIteratorRef @RI);
Example #9
0
 public static extern void DisposeRelocationIterator(LLVMRelocationIteratorRef @RI);