Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp127 section_iterator SecI(Obj->section_begin()); in getOffset()
217 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl()
337 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize()
419 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
DRuntimeDyldMachO.cpp122 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
DRuntimeDyldELF.cpp585 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findPPC64TOCSection()
612 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection()
/external/llvm/include/llvm/Object/
DObjectFile.h270 virtual section_iterator section_begin() const = 0;
275 return section_iterator_range(section_begin(), section_end()); in sections()
DELFObjectFile.h210 section_iterator section_begin() const override;
823 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
DMachO.h261 section_iterator section_begin() const override;
DCOFF.h628 section_iterator section_begin() const override;
/external/llvm/lib/Object/
DObject.cpp81 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
DMachOObjectFile.cpp186 section_iterator SI = O->section_begin(); in printRelocationTargetName()
1248 section_iterator MachOObjectFile::section_begin() const { in section_begin() function in MachOObjectFile
DCOFFObjectFile.cpp774 section_iterator COFFObjectFile::section_begin() const { in section_begin() function in COFFObjectFile
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.cpp150 section_iterator SI = Ctx.COFF.section_begin(); in resolveRelocation()
DMachODumper.cpp562 section_iterator SecI(Obj->section_begin()); in printSymbol()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp166 section_iterator iter(Obj->section_begin()); in resolveSectionAndAddress()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp194 object::section_iterator SecI(Obj->section_begin()); in dumpCXXData()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp856 for (section_iterator I = Obj->section_begin(), E = Obj->section_end(); in getNsectForSegSect()