Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp337 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in checkPseudoProbe()
362 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in decodePseudoProbe()
595 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in disassemble()
644 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in checkUseFSDiscriminator()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp360 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl()
429 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl()
548 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize()
654 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeGOTSize()
680 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
H A DRuntimeDyldMachO.cpp165 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
H A DRuntimeDyldELF.cpp154 auto SI = SourceObject.section_begin(); in createRTDyldELFObject()
707 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection()
2319 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h100 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
H A DMachODump.cpp411 section_iterator SI = O->section_begin(); in printRelocationTargetName()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h323 virtual section_iterator section_begin() const = 0;
328 return section_iterator_range(section_begin(), section_end()); in sections()
H A DWasm.h201 section_iterator section_begin() const override;
H A DELFObjectFile.h437 section_iterator section_begin() const override;
1157 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
H A DXCOFFObjectFile.h539 section_iterator section_begin() const override;
H A DMachO.h484 section_iterator section_begin() const override;
H A DCOFF.h976 section_iterator section_begin() const override;
/llvm-project-15.0.7/llvm/lib/Object/
H A DObject.cpp203 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
H A DXCOFFObjectFile.cpp644 section_iterator XCOFFObjectFile::section_begin() const { in section_begin() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp981 section_iterator COFFObjectFile::section_begin() const { in section_begin() function in COFFObjectFile
H A DWasmObjectFile.cpp1822 section_iterator WasmObjectFile::section_begin() const { in section_begin() function in WasmObjectFile
H A DMachOObjectFile.cpp2594 section_iterator MachOObjectFile::section_begin() const { in section_begin() function in MachOObjectFile
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp487 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp611 : Obj(std::move(ObjIn)), CurrentSection(Obj->section_begin()), in ObjectFileHandler()
612 NextSection(Obj->section_begin()) {} in ObjectFileHandler()