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