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