/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 252 virtual section_iterator section_begin() const = 0; 257 return section_iterator_range(section_begin(), section_end()); in sections()
|
D | ELFObjectFile.h | 327 section_iterator section_begin() const override; 822 section_iterator ELFObjectFile<ELFT>::section_begin() const { in section_begin() function
|
D | MachO.h | 258 section_iterator section_begin() const override;
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | llvm-objdump.h | 95 return SectionFilterIterator(Predicate, Object.section_begin(), in begin()
|
/external/llvm-project/llvm/tools/llvm-profgen/ |
D | ProfiledBinary.cpp | 157 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in setPreferredBaseAddress() 295 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in disassemble()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 348 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl() 417 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl() 529 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize() 631 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeGOTSize() 653 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
|
D | RuntimeDyldMachO.cpp | 165 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
|
D | RuntimeDyldELF.cpp | 161 auto SI = SourceObject.section_begin(); in createRTDyldELFObject() 607 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection() 1876 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
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() 666 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
|
D | RuntimeDyldMachO.cpp | 165 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
|
D | RuntimeDyldELF.cpp | 161 auto SI = SourceObject.section_begin(); in createRTDyldELFObject() 614 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection() 1883 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 308 virtual section_iterator section_begin() const = 0; 313 return section_iterator_range(section_begin(), section_end()); in sections()
|
D | XCOFFObjectFile.h | 287 section_iterator section_begin() const override;
|
D | Wasm.h | 198 section_iterator section_begin() const override;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ObjectFile.h | 315 virtual section_iterator section_begin() const = 0; 320 return section_iterator_range(section_begin(), section_end()); in sections()
|
D | Wasm.h | 203 section_iterator section_begin() const override;
|
D | XCOFFObjectFile.h | 313 section_iterator section_begin() const override;
|
/external/llvm/lib/Object/ |
D | Object.cpp | 84 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 292 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()
|
D | RuntimeDyldMachO.cpp | 163 section_iterator SI = Obj.section_begin(); in getSectionByAddress()
|
D | RuntimeDyldELF.cpp | 122 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-project/llvm/lib/Object/ |
D | Object.cpp | 200 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Object.cpp | 200 section_iterator SI = OB->getBinary()->section_begin(); in LLVMGetSections()
|
/external/llvm-project/clang/tools/clang-offload-bundler/ |
D | ClangOffloadBundler.cpp | 457 CurrentSection(Obj->section_begin()), in ObjectFileHandler() 458 NextSection(Obj->section_begin()) {} in ObjectFileHandler()
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | InputFile.cpp | 440 SectionIter = File.obj().section_begin(); in SymbolGroupIterator()
|