|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h 291 for (auto &Symbol : Obj.getBinary()->symbols()) {
lib/DebugInfo/DWARF/DWARFContext.cpp 1298 if (Sym != Obj.symbol_end()) {
1322 if (RSec != Obj.section_end())
1332 if (L && RSec != Obj.section_end())
1511 for (const SectionRef &Section : Obj.sections()) {
1648 for (const RelocationRef &Reloc : Section.relocations()) {
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp 56 for (section_iterator Section : Obj->sections()) {
130 for (const ExportDirectoryEntryRef &Ref : CoffObj->export_directories()) {
321 for (SectionRef Sec : Module->sections()) {
lib/DebugInfo/Symbolize/Symbolize.cpp 247 for (const SectionRef &Section : Obj->sections()) {
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp 105 for (auto &SecRef : Obj.sections()) {
206 for (auto &SymRef : Obj.symbols()) {
lib/ExecutionEngine/JITLink/MachO_arm64.cpp 205 for (auto &S : Obj.sections()) {
210 RelItr != RelEnd; ++RelItr) {
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp 207 for (auto &S : Obj.sections()) {
212 if (S.relocation_begin() != S.relocation_end())
219 RelItr != RelEnd; ++RelItr) {
lib/ExecutionEngine/Orc/Layer.cpp 162 for (auto &Sym : (*Obj)->symbols()) {
lib/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.cpp 110 for (auto &Sym : (*Obj)->symbols()) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp 216 for (auto &Sym : Obj.symbols()) {
235 for (symbol_iterator I = Obj.symbol_begin(), E = Obj.symbol_end(); I != E;
349 SI != SE; ++SI) {
376 for (; I != E;)
418 SI != SE; ++SI) {
530 SI != SE; ++SI) {
593 for (symbol_iterator I = Obj.symbol_begin(), E = Obj.symbol_end(); I != E;
632 SI != SE; ++SI) {
634 for (const RelocationRef &Reloc : SI->relocations())
654 SI != SE; ++SI) {
664 for (const RelocationRef &Reloc : SI->relocations())
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp 162 for (const auto &Sec : Obj->sections()) {
574 for (auto &Section : Obj.sections()) {
608 si != se; ++si) {
628 i != e;) {
665 assert(TSI != Obj.section_end() && "TSI should refer to a valid section");
1123 if (Symbol != Obj.symbol_end()) {
1137 if (Symbol != Obj.symbol_end()) {
1877 SI != SE; ++SI) {
1878 if (SI->relocation_begin() != SI->relocation_end()) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp 75 assert(TargetSI != Obj.section_end() && "Can't find section for symbol");
168 for (; SI != SE; ++SI) {
234 for (const auto &Section : Obj.sections()) {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h 380 assert(SAI != MachO.section_end() && "Can't find section for address A");
394 assert(SBI != MachO.section_end() && "Can't find section for address B");
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h 169 assert(SAI != Obj.section_end() && "Can't find section for address A");
183 assert(SBI != Obj.section_end() && "Can't find section for address B");
lib/LTO/LTO.cpp 444 for (const irsymtab::Reader::SymbolRef &Sym :
lib/Object/ArchiveWriter.cpp 377 for (const object::BasicSymbolRef &S : Obj->symbols()) {
lib/Object/COFFObjectFile.cpp 458 for (const SectionRef &S : sections()) {
474 for (const SectionRef &S : sections()) {
974 for (const SectionRef &Section : sections()) {
1749 for (const SectionRef &S : O->sections()) {
1850 for (const SectionRef &S : Obj->sections()) {
lib/Object/ELFObjectFile.cpp 409 for (const SectionRef &Section : sections()) {
441 for (const auto &Relocation : RelaPlt->relocations()) {
lib/Object/IRObjectFile.cpp 75 for (const SectionRef &Sec : Obj.sections()) {
lib/Object/MachOObjectFile.cpp 1690 for (const SymbolRef &Symbol : symbols()) {
1994 for (const SectionRef &Section : sections()) {
4000 for (const SectionRef &Section : Obj->sections()) {
lib/Object/SymbolSize.cpp 47 for (ELFSymbolRef Sym : Syms)
56 for (symbol_iterator I = O.symbol_begin(), E = O.symbol_end(); I != E; ++I) {
62 for (SectionRef Sec : O.sections()) {
lib/ProfileData/Coverage/CoverageMappingReader.cpp 669 for (const auto &Section : OF.sections()) {
lib/XRay/InstrumentationMap.cpp 102 for (const object::SectionRef &Section : Sections) {
103 for (const object::RelocationRef &Reloc : Section.relocations()) {
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp 336 for (auto &Section : OF->sections()) {
tools/clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp 416 while (NextSection != Obj->section_end()) {
tools/dsymutil/DebugMap.cpp 255 for (const auto &Sym : Object->symbols()) {
tools/dsymutil/DwarfLinker.cpp 448 for (const object::RelocationRef &Reloc : Section.relocations()) {
490 if (Sym != Obj.symbol_end()) {
539 for (const object::SectionRef &Section : Obj.sections()) {
tools/dsymutil/DwarfStreamer.cpp 32 for (const object::SectionRef &Section : Obj.sections()) {
tools/dsymutil/MachODebugMapParser.cpp 194 for (const SymbolRef &Symbol : MainBinary.symbols()) {
322 for (const SymbolRef &Symbol : MainBinary.symbols()) {
479 for (auto Sym : Obj.symbols()) {
534 for (const auto &Sym : MainBinary.symbols()) {
tools/dsymutil/MachOUtils.cpp 200 for (const object::SymbolRef &Symbol : Obj.symbols()) {
207 for (const object::SymbolRef &Symbol : Obj.symbols()) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp 514 for (const ExportEntry &trieExport : MachOObjectFile::exports(Err, trie)) {
tools/lld/wasm/InputFiles.cpp 287 for (const SectionRef &sec : wasmObj->sections()) {
349 for (const SymbolRef &sym : wasmObj->symbols()) {
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp 971 for (const auto &entry : COFFObj->import_directories()) {
tools/llvm-cfi-verify/lib/FileAnalysis.cpp 448 for (const object::SectionRef &Section : Object->sections()) {
555 for (auto &Sym : Object->symbols()) {
tools/llvm-cov/TestingSupport.cpp 52 for (const auto &Section : OF->sections()) {
tools/llvm-cxxdump/llvm-cxxdump.cpp 88 for (const object::RelocationRef &Reloc : SR.relocations()) {
112 for (const object::RelocationRef &Reloc : SR.relocations()) {
176 for (const SectionRef &Section : Obj->sections()) {
182 if (Sec2 != Obj->section_end())
tools/llvm-dwp/llvm-dwp.cpp 553 for (const auto &Section : Obj.sections())
tools/llvm-nm/llvm-nm.cpp 910 if (SecI != Obj.section_end()) {
1156 for (auto &S : Obj->sections()) {
1210 for (BasicSymbolRef Sym : Symbols) {
1305 for (const llvm::object::ExportEntry &Entry : MachO->exports(Err)) {
1362 for (const SectionRef &Section : MachO->sections()) {
1466 for (const llvm::object::MachOBindEntry &Entry : MachO->bindTable(BErr)) {
1520 for (const llvm::object::MachOBindEntry &Entry :
1581 for (const llvm::object::MachOBindEntry &Entry :
1688 for (const SectionRef &Section : MachO->sections()) {
tools/llvm-objcopy/MachO/MachOReader.cpp 101 RI != RE; ++RI) {
191 for (auto Symbol : MachOObj.symbols()) {
tools/llvm-objdump/COFFDump.cpp 355 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) {
369 for (const ImportedSymbolRef &Entry : DirRef.imported_symbols()) {
410 for (; I != E; I = ++I) {
450 for (const SectionRef &Section : Obj->sections()) {
456 for (const RelocationRef &Reloc : Section.relocations())
640 for (const object::BasicSymbolRef &Sym : i->symbols()) {
tools/llvm-objdump/MachODump.cpp 369 for (const SymbolRef &Symbol : MachOObj->symbols()) {
375 for (const SectionRef &Section : MachOObj->sections())
439 for (const SymbolRef &Symbol : O->symbols()) {
483 while (I != 0 && SI != O->section_end()) {
887 for (relocation_iterator Reloc = Begin; Reloc != End; ++Reloc) {
1121 for (dice_iterator DI = O->begin_dices(), DE = O->end_dices(); DI != DE;
1278 for (const SymbolRef &Symbol : O->symbols()) {
1452 for (const SectionRef &Section : O->sections()) {
1474 for (const RelocationRef &Reloc : Section.relocations()) {
1624 for (const RelocationRef &Reloc : Section.relocations()) {
1749 for (const SectionRef &Section : O->sections()) {
1850 for (const SectionRef &Section : O->sections()) {
1952 for (const SectionRef &Section : MachOOF->sections()) {
2638 for (const RelocationRef &Reloc : info->S.relocations()) {
2710 for (const RelocationRef &Reloc : info->O->external_relocations()) {
2748 for (const RelocationRef &Reloc : info->S.relocations()) {
3340 for (const RelocationRef &Reloc : S.relocations()) {
4087 for (const SectionRef &Section : O->sections()) {
6115 for (const SectionRef &Section : O->sections())
6197 for (const SectionRef &Section : O->sections())
6292 for (const SectionRef &Section : O->sections())
6450 for (const SectionRef &Section : O->sections())
6891 for (const RelocationRef &Reloc : info->S.relocations()) {
7322 DI != DE; ++DI) {
7455 for (const SymbolRef &Symbol : MachOOF->symbols()) {
7818 if (Reloc.getSymbol() != Obj->symbol_end()) {
7906 for (const RelocationRef &Reloc : CompactUnwind.relocations()) {
8206 for (const SymbolRef &SymRef : Obj->symbols()) {
8223 for (const SectionRef &Section : Obj->sections()) {
10257 for (const object::ExportEntry &Entry : Obj->exports(Err)) {
10321 for (const object::MachORebaseEntry &Entry : Obj->rebaseTable(Err)) {
10365 for (const object::MachOBindEntry &Entry : Obj->bindTable(Err)) {
10395 for (const object::MachOBindEntry &Entry : Obj->lazyBindTable(Err)) {
10420 for (const object::MachOBindEntry &Entry : Obj->weakBindTable(Err)) {
10453 for (const object::MachOBindEntry &Entry : info->O->bindTable(Err)) {
tools/llvm-objdump/llvm-objdump.cpp 906 for (auto Symbol : Obj->getDynamicSymbolIterators()) {
950 for (const SectionRef &Section : Obj->sections()) {
998 for (SectionRef Sec : Obj.sections()) {
1011 for (const RelocationRef &R : Sec.relocations())
1137 for (const SymbolRef &Symbol : Obj->symbols()) {
1152 if (SecI != Obj->section_end())
1166 for (SectionRef Sec : Obj->sections())
1173 for (const auto &ExportEntry : COFFObj->export_directories()) {
1502 if (RelCur->getSymbol() != Obj->symbol_end()) {
1505 if (SymSI && *SymSI != Obj->section_end() &&
1638 for (const RelocationRef &Reloc : Section.relocations()) {
1674 for (const RelocationRef &Reloc : Section.relocations()) {
1807 for (auto I = O->symbol_begin(), E = O->symbol_end(); I != E; ++I) {
1819 if (Type == SymbolRef::ST_Debug && Section != O->section_end()) {
2105 for (const SectionRef &Section : Obj->sections())
tools/llvm-objdump/llvm-objdump.h 51 return Iterator != Other.Iterator;
56 while (Iterator != End && !Predicate(*Iterator)) {
tools/llvm-pdbutil/DumpOutputStyle.cpp 1371 for (const auto &S : getObj().sections()) {
tools/llvm-pdbutil/InputFile.cpp 139 for (const auto &S : File->obj().sections()) {
344 for (const auto &Section : obj().sections()) {
396 for (const auto &Section : obj().sections()) {
486 while (++Iter != End) {
tools/llvm-readobj/ARMWinEHPrinter.cpp 213 for (const auto &Section : COFF.sections()) {
225 for (const auto &Symbol : COFF.symbols()) {
244 for (const auto &Relocation : Section.relocations()) {
1097 for (const auto &Section : COFF.sections()) {
tools/llvm-readobj/COFFDumper.cpp 589 for (const SectionRef &S : Obj->sections()) {
592 for (const RelocationRef &Reloc : S.relocations())
892 for (const SectionRef &S : Obj->sections()) {
899 for (const SectionRef &S : Obj->sections()) {
1252 for (const SectionRef &S : Obj->sections()) {
1320 for (const SectionRef &Sec : Obj->sections()) {
1343 for (const RelocationRef &Reloc : Sec.relocations())
1349 for (const SymbolRef &Symbol : Obj->symbols()) {
1369 for (const SectionRef &Section : Obj->sections()) {
1374 for (const RelocationRef &Reloc : Section.relocations()) {
1400 if (Symbol != Obj->symbol_end()) {
1428 for (const SymbolRef &Symbol : Obj->symbols())
1607 for (const ImportDirectoryEntryRef &DirRef : Obj->import_directories()) {
1622 for (const ImportedSymbolRef &I : Range) {
1637 for (const ImportedSymbolRef &S : Range) {
1657 for (const ImportDirectoryEntryRef &I : Obj->import_directories()) {
1680 for (const DelayImportDirectoryEntryRef &I : Obj->delay_import_directories()) {
1700 for (const ExportDirectoryEntryRef &E : Obj->export_directories()) {
1720 for (const SectionRef &Section : Obj->sections()) {
1746 for (const BaseRelocRef &I : Obj->base_relocs()) {
1761 for (const SectionRef &S : Obj->sections()) {
1886 for (auto Sec : Obj->sections()) {
1917 for (auto Sec : Obj->sections()) {
tools/llvm-readobj/COFFImportDumper.cpp 50 for (const object::BasicSymbolRef &Sym : File->symbols()) {
tools/llvm-readobj/ELFDumper.cpp 4722 for (const ELFSymbolRef &Symbol : Obj->symbols()) {
4782 if (RelocSym != Obj->symbol_end()) {
4793 } else if (*SectionOrErr != FunctionSec) {
4832 for (const SectionRef &Sec : Obj->sections()) {
4875 for (const SectionRef &Sec : Obj->sections()) {
4947 for (const RelocationRef &Reloc : RelocSec.relocations()) {
tools/llvm-readobj/MachODumper.cpp 462 for (const SectionRef &Section : Obj->sections()) {
494 for (const RelocationRef &Reloc : Section.relocations())
500 for (const SymbolRef &Symbol : Obj->symbols()) {
518 for (const SectionRef &Section : Obj->sections()) {
521 for (const RelocationRef &Reloc : Section.relocations()) {
556 if (Symbol != Obj->symbol_end()) {
564 if (SecI != Obj->section_end())
610 for (const SymbolRef &Symbol : Obj->symbols()) {
637 if (SecI != Obj->section_end())
666 for (auto Sec : Obj->sections()) {
tools/llvm-readobj/ObjDumper.cpp 55 for (object::SectionRef SecRef : Obj->sections()) {
tools/llvm-readobj/WasmDumper.cpp 93 if (SI != Obj->symbol_end())
135 for (const SectionRef &Section : Obj->sections()) {
141 for (const RelocationRef &Reloc : Section.relocations()) {
161 for (const SymbolRef &Symbol : Obj->symbols())
167 for (const SectionRef &Section : Obj->sections()) {
212 for (const RelocationRef &Reloc : Section.relocations())
tools/llvm-readobj/Win64EHDumper.cpp 307 for (const auto &Section : Ctx.COFF.sections()) {
tools/llvm-readobj/XCOFFDumper.cpp 426 for (const SymbolRef &S : Obj.symbols())
tools/llvm-size/llvm-size.cpp 201 for (auto &Sym : Obj->symbols())
382 for (const SectionRef &Section : Obj->sections()) {
422 for (const SectionRef &Section : Obj->sections()) {
458 for (const SectionRef &Section : Obj->sections()) {
tools/obj2yaml/coff2yaml.cpp 106 for (const auto &S : Obj.sections()) {
143 for (const auto &S : Obj.symbols()) {
154 for (const auto &ObjSection : Obj.sections()) {
197 for (const auto &Reloc : ObjSection.relocations()) {
281 for (const auto &S : Obj.symbols()) {
tools/obj2yaml/macho2yaml.cpp 481 for (auto Symbol : Obj.symbols()) {
tools/obj2yaml/wasm2yaml.cpp 182 for (const auto &Sec : Obj.sections()) {
tools/obj2yaml/xcoff2yaml.cpp 56 for (const SymbolRef &S : Obj.symbols()) {
tools/sancov/sancov.cpp 649 for (const object::SymbolRef &Symbol : O.symbols()) {
665 for (const object::ExportDirectoryEntryRef &Export :
743 for (object::SectionRef Section : O.sections()) {
usr/include/c++/7.4.0/bits/stl_algo.h 104 while (__first != __last && !__pred(__first))