Searched refs:LLVMObjectFileRef (Results 1 – 4 of 4) sorted by relevance
37 typedef struct LLVMOpaqueObjectFile *LLVMObjectFileRef; typedef43 LLVMObjectFileRef LLVMCreateObjectFile(LLVMMemoryBufferRef MemBuf);44 void LLVMDisposeObjectFile(LLVMObjectFileRef ObjectFile);47 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile);49 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,56 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef ObjectFile);58 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef ObjectFile,
107 LLVMOrcAddObjectFile(LLVMOrcJITStackRef JITStack, LLVMObjectFileRef Obj,
22 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap()26 inline LLVMObjectFileRef wrap(const OwningBinary<ObjectFile> *OF) { in wrap()27 return reinterpret_cast<LLVMObjectFileRef>( in wrap()62 LLVMObjectFileRef LLVMCreateObjectFile(LLVMMemoryBufferRef MemBuf) { in LLVMCreateObjectFile()74 void LLVMDisposeObjectFile(LLVMObjectFileRef ObjectFile) { in LLVMDisposeObjectFile()79 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections()89 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd()108 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef OF) { in LLVMGetSymbols()118 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
23 LLVMObjectFileRef O; in object_list_sections()55 LLVMObjectFileRef O; in object_list_symbols()