Example #1
0
 public static extern void MoveToContainingSection(LLVMSectionIteratorRef @Sect, LLVMSymbolIteratorRef @Sym);
Example #2
0
 public static extern void MoveToNextSection(LLVMSectionIteratorRef @SI);
Example #3
0
 public static extern LLVMBool IsRelocationIteratorAtEnd(LLVMSectionIteratorRef @Section, LLVMRelocationIteratorRef @RI);
Example #4
0
 public static extern LLVMBool IsSectionIteratorAtEnd(LLVMObjectFileRef @ObjectFile, LLVMSectionIteratorRef @SI);
Example #5
0
 public static extern string GetSectionName(LLVMSectionIteratorRef @SI);
Example #6
0
 public static extern int GetSectionSize(LLVMSectionIteratorRef @SI);
Example #7
0
 public static extern string GetSectionContents(LLVMSectionIteratorRef @SI);
Example #8
0
 public static extern LLVMBool GetSectionContainsSymbol(LLVMSectionIteratorRef @SI, LLVMSymbolIteratorRef @Sym);
Example #9
0
 public static extern int GetSectionAddress(LLVMSectionIteratorRef @SI);
Example #10
0
 public static extern LLVMRelocationIteratorRef GetRelocations(LLVMSectionIteratorRef @Section);
Example #11
0
 public static extern void DisposeSectionIterator(LLVMSectionIteratorRef @SI);