Searched refs:section_begin (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 358 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() 670 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() 672 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection() 1950 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.h | 107 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
|
| H A D | MachODump.cpp | 405 section_iterator SI = O->section_begin(); in printRelocationTargetName()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 318 virtual section_iterator section_begin() const = 0; 323 return section_iterator_range(section_begin(), section_end()); in sections()
|
| H A D | Wasm.h | 204 section_iterator section_begin() const override;
|
| H A D | XCOFFObjectFile.h | 358 section_iterator section_begin() const override;
|
| H A D | ELFObjectFile.h | 424 section_iterator section_begin() const override; 1140 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
|
| H A D | MachO.h | 360 section_iterator section_begin() const override;
|
| H A D | COFF.h | 976 section_iterator section_begin() const override;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Object.cpp | 200 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
|
| H A D | XCOFFObjectFile.cpp | 423 section_iterator XCOFFObjectFile::section_begin() const { in section_begin() function in llvm::object::XCOFFObjectFile
|
| H A D | COFFObjectFile.cpp | 922 section_iterator COFFObjectFile::section_begin() const { in section_begin() function in COFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1737 section_iterator WasmObjectFile::section_begin() const { in section_begin() function in WasmObjectFile
|
| H A D | MachOObjectFile.cpp | 2546 section_iterator MachOObjectFile::section_begin() const { in section_begin() function in MachOObjectFile
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | InputFile.cpp | 441 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
|