Searched refs:LLVMObjectFileRef (Results 1 – 3 of 3) 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,
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()106 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef OF) { in LLVMGetSymbols()116 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
22 LLVMObjectFileRef O; in object_list_sections()54 LLVMObjectFileRef O; in object_list_symbols()