Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Object/
DELF.h112 const Elf_Shdr *section_begin() const;
115 return makeArrayRef(section_begin(), section_end()); in sections()
392 const typename ELFFile<ELFT>::Elf_Shdr *ELFFile<ELFT>::section_begin() const { in section_begin() function
401 return section_begin() + getNumSections(); in section_end()
DELFObjectFile.h265 uintptr_t SHT = reinterpret_cast<uintptr_t>(EF.section_begin()); in toDRI()
327 section_iterator section_begin() const override;
630 uintptr_t SHT = reinterpret_cast<uintptr_t>(EF.section_begin()); in section_rel_begin()
819 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
820 return section_iterator(SectionRef(toDRI(EF.section_begin()), this)); in section_begin()
DObjectFile.h252 virtual section_iterator section_begin() const = 0;
257 return section_iterator_range(section_begin(), section_end()); in sections()
DMachO.h258 section_iterator section_begin() const override;
DCOFF.h757 section_iterator section_begin() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h274 virtual section_iterator section_begin() const = 0;
279 return section_iterator_range(section_begin(), section_end()); in sections()
DWasm.h188 section_iterator section_begin() const override;
DELFObjectFile.h368 section_iterator section_begin() const override;
980 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
DMachO.h362 section_iterator section_begin() const override;
DCOFF.h926 section_iterator section_begin() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp343 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl()
475 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize()
569 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeGOTSize()
591 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
DRuntimeDyldMachO.cpp166 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
DRuntimeDyldELF.cpp162 auto SI = SourceObject.section_begin(); in createRTDyldELFObject()
603 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection()
1869 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
/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/lib/Object/
DObject.cpp84 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
DCOFFObjectFile.cpp812 section_iterator COFFObjectFile::section_begin() const { in section_begin() function in COFFObjectFile
DMachOObjectFile.cpp1130 section_iterator MachOObjectFile::section_begin() const { in section_begin() function in MachOObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DObject.cpp84 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
DWasmObjectFile.cpp1264 section_iterator WasmObjectFile::section_begin() const { in section_begin() function in WasmObjectFile
DCOFFObjectFile.cpp857 section_iterator COFFObjectFile::section_begin() const { in section_begin() function in COFFObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp432 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp230 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
710 section_iterator SI = O->section_begin(); in printRelocationTargetName()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp299 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
612 section_iterator SI = O->section_begin(); in printRelocationTargetName()

12