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