Searched refs:LLVMSectionIteratorRef (Results 1 – 5 of 5) sorted by relevance
38 typedef struct LLVMOpaqueSectionIterator *LLVMSectionIteratorRef; typedef47 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile);48 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI);50 LLVMSectionIteratorRef SI);51 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI);52 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect,63 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);64 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);65 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI);66 uint64_t LLVMGetSectionAddress(LLVMSectionIteratorRef SI);[all …]
34 typedef struct LLVMOpaqueSectionIterator *LLVMSectionIteratorRef; typedef39 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile);40 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI);42 LLVMSectionIteratorRef SI);43 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI);44 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI);45 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI);46 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI);62 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap()66 inline LLVMSectionIteratorRef[all …]
31 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap()35 inline LLVMSectionIteratorRef37 return reinterpret_cast<LLVMSectionIteratorRef> in wrap()82 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef OF) { in LLVMGetSections()88 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator()93 LLVMSectionIteratorRef SI) { in LLVMIsSectionIteratorAtEnd()98 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { in LLVMMoveToNextSection()102 void LLVMMoveToContainingSection(LLVMSectionIteratorRef Sect, in LLVMMoveToContainingSection()137 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName()144 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize()[all …]
29 LLVMSectionIteratorRef LLVMGetSections(LLVMObjectFileRef ObjectFile) { in LLVMGetSections()34 void LLVMDisposeSectionIterator(LLVMSectionIteratorRef SI) { in LLVMDisposeSectionIterator()39 LLVMSectionIteratorRef SI) { in LLVMIsSectionIteratorAtEnd()43 void LLVMMoveToNextSection(LLVMSectionIteratorRef SI) { in LLVMMoveToNextSection()49 const char *LLVMGetSectionName(LLVMSectionIteratorRef SI) { in LLVMGetSectionName()56 uint64_t LLVMGetSectionSize(LLVMSectionIteratorRef SI) { in LLVMGetSectionSize()63 const char *LLVMGetSectionContents(LLVMSectionIteratorRef SI) { in LLVMGetSectionContents()
23 LLVMSectionIteratorRef sect; in llvm_object_list_sections()55 LLVMSectionIteratorRef sect; in llvm_object_list_symbols()