public static extern LLVMBool IsSymbolIteratorAtEnd(LLVMObjectFileRef @ObjectFile, LLVMSymbolIteratorRef @SI);
public static extern LLVMSectionIteratorRef GetSections(LLVMObjectFileRef @ObjectFile);
public static extern LLVMSymbolIteratorRef GetSymbols(LLVMObjectFileRef @ObjectFile);
public static extern void DisposeObjectFile(LLVMObjectFileRef @ObjectFile);