Home
last modified time | relevance | path

Searched refs:section_begin (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/include/llvm/Object/
DObjectFile.h252 virtual section_iterator section_begin() const = 0;
257 return section_iterator_range(section_begin(), section_end()); in sections()
DELFObjectFile.h327 section_iterator section_begin() const override;
822 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
DMachO.h258 section_iterator section_begin() const override;
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.h95 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
/external/llvm-project/llvm/tools/llvm-profgen/
DProfiledBinary.cpp157 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in setPreferredBaseAddress()
295 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in disassemble()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp348 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl()
417 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl()
529 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize()
631 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeGOTSize()
653 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
DRuntimeDyldMachO.cpp165 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
DRuntimeDyldELF.cpp161 auto SI = SourceObject.section_begin(); in createRTDyldELFObject()
607 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection()
1876 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp358 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl()
427 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl()
539 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize()
644 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeGOTSize()
666 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
DRuntimeDyldMachO.cpp165 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
DRuntimeDyldELF.cpp161 auto SI = SourceObject.section_begin(); in createRTDyldELFObject()
614 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection()
1883 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h308 virtual section_iterator section_begin() const = 0;
313 return section_iterator_range(section_begin(), section_end()); in sections()
DXCOFFObjectFile.h287 section_iterator section_begin() const override;
DWasm.h198 section_iterator section_begin() const override;
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h315 virtual section_iterator section_begin() const = 0;
320 return section_iterator_range(section_begin(), section_end()); in sections()
DWasm.h203 section_iterator section_begin() const override;
DXCOFFObjectFile.h313 section_iterator section_begin() const override;
/external/llvm/lib/Object/
DObject.cpp84 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp292 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl()
424 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize()
514 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
DRuntimeDyldMachO.cpp163 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
DRuntimeDyldELF.cpp122 auto SI = SourceObject.section_begin(); in createRTDyldELFObject()
829 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection()
1872 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
/external/llvm-project/llvm/lib/Object/
DObject.cpp200 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp200 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
/external/llvm-project/clang/tools/clang-offload-bundler/
DClangOffloadBundler.cpp457 CurrentSection(Obj->section_begin()), in ObjectFileHandler()
458 NextSection(Obj->section_begin()) {} in ObjectFileHandler()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DInputFile.cpp440 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()

12