| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 337 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 D | RuntimeDyld.cpp | 360 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 D | RuntimeDyldMachO.cpp | 165 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
|
| H A D | RuntimeDyldELF.cpp | 154 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 D | llvm-objdump.h | 100 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
|
| H A D | MachODump.cpp | 411 section_iterator SI = O->section_begin(); in printRelocationTargetName()
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 323 virtual section_iterator section_begin() const = 0; 328 return section_iterator_range(section_begin(), section_end()); in sections()
|
| H A D | Wasm.h | 201 section_iterator section_begin() const override;
|
| H A D | ELFObjectFile.h | 437 section_iterator section_begin() const override; 1157 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
|
| H A D | XCOFFObjectFile.h | 539 section_iterator section_begin() const override;
|
| H A D | MachO.h | 484 section_iterator section_begin() const override;
|
| H A D | COFF.h | 976 section_iterator section_begin() const override;
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | Object.cpp | 203 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
|
| H A D | XCOFFObjectFile.cpp | 644 section_iterator XCOFFObjectFile::section_begin() const { in section_begin() function in llvm::object::XCOFFObjectFile
|
| H A D | COFFObjectFile.cpp | 981 section_iterator COFFObjectFile::section_begin() const { in section_begin() function in COFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1822 section_iterator WasmObjectFile::section_begin() const { in section_begin() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 2594 section_iterator MachOObjectFile::section_begin() const { in section_begin() function in MachOObjectFile
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InputFile.cpp | 487 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
|
| /llvm-project-15.0.7/clang/tools/clang-offload-bundler/ |
| H A D | ClangOffloadBundler.cpp | 611 : Obj(std::move(ObjIn)), CurrentSection(Obj->section_begin()), in ObjectFileHandler() 612 NextSection(Obj->section_begin()) {} in ObjectFileHandler()
|