|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overridden By
include/llvm/Object/ELFObjectFile.h 419 section_iterator section_begin() const override;
1033 section_iterator ELFObjectFile<ELFT>::section_begin() const {
lib/Object/COFFObjectFile.cpp 857 section_iterator COFFObjectFile::section_begin() const {
lib/Object/MachOObjectFile.cpp 2524 section_iterator MachOObjectFile::section_begin() const {
lib/Object/WasmObjectFile.cpp 1513 section_iterator WasmObjectFile::section_begin() const {
lib/Object/XCOFFObjectFile.cpp 348 section_iterator XCOFFObjectFile::section_begin() const {
References
include/llvm/Object/ObjectFile.h 311 return section_iterator_range(section_begin(), section_end());
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp 348 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
417 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
529 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
631 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
653 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp 161 auto SI = SourceObject.section_begin();
607 for (section_iterator si = Obj.section_begin(), se = Obj.section_end();
1876 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
lib/Object/Object.cpp 200 section_iterator SI = OB->getBinary()->section_begin();
tools/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp 408 CurrentSection(Obj->section_begin()),
409 NextSection(Obj->section_begin()) {}
tools/llvm-objdump/llvm-objdump.h 72 return SectionFilterIterator(Predicate, Object.section_begin(),