Searched refs:LLVMObjectFileRef (Results 1 – 6 of 6) sorted by relevance
32 typedef struct LLVMOpaqueObjectFile *LLVMObjectFileRef; typedef36 LLVMObjectFileRef LLVMCreateObjectFile(LLVMMemoryBufferRef MemBuf);37 void LLVMDisposeObjectFile(LLVMObjectFileRef ObjectFile);39 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile);41 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile,54 inline ObjectFile *unwrap(LLVMObjectFileRef OF) { in unwrap()58 inline LLVMObjectFileRef wrap(const ObjectFile *OF) { in wrap()59 return reinterpret_cast<LLVMObjectFileRef>(const_cast<ObjectFile*>(OF)); in wrap()
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,
114 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()77 void LLVMDisposeObjectFile(LLVMObjectFileRef ObjectFile) { in LLVMDisposeObjectFile()82 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections()92 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSectionIteratorAtEnd()116 LLVMSymbolIteratorRef LLVMGetSymbols(LLVMObjectFileRef OF) { in LLVMGetSymbols()126 LLVMBool LLVMIsSymbolIteratorAtEnd(LLVMObjectFileRef OF, in LLVMIsSymbolIteratorAtEnd()
21 LLVMObjectFileRef LLVMCreateObjectFile(LLVMMemoryBufferRef MemBuf) { in LLVMCreateObjectFile()25 void LLVMDisposeObjectFile(LLVMObjectFileRef ObjectFile) { in LLVMDisposeObjectFile()29 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile) { in LLVMGetSections()38 LLVMBool LLVMIsSectionIteratorAtEnd(LLVMObjectFileRef ObjectFile, in LLVMIsSectionIteratorAtEnd()
22 LLVMObjectFileRef O; in llvm_object_list_sections()54 LLVMObjectFileRef O; in llvm_object_list_symbols()