reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/DWARF/DWARFContext.cpp
 1511     for (const SectionRef &Section : Obj.sections()) {
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
   56     for (section_iterator Section : Obj->sections()) {
  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()) {
lib/ExecutionEngine/JITLink/MachO_arm64.cpp
  205     for (auto &S : Obj.sections()) {
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
  207     for (auto &S : Obj.sections()) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  162   for (const auto &Sec : Obj->sections()) {
  574   for (auto &Section : Obj.sections()) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  234   for (const auto &Section : Obj.sections()) {
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()) {
lib/Object/IRObjectFile.cpp
   75   for (const SectionRef &Sec : Obj.sections()) {
lib/Object/MachOObjectFile.cpp
 1994   for (const SectionRef &Section : sections()) {
 4000   for (const SectionRef &Section : Obj->sections()) {
lib/Object/Object.cpp
  151   auto sections = OF->sections();
lib/Object/SymbolSize.cpp
   62   for (SectionRef Sec : O.sections()) {
lib/ProfileData/Coverage/CoverageMappingReader.cpp
  669   for (const auto &Section : OF.sections()) {
lib/XRay/InstrumentationMap.cpp
   68   const auto &Sections = ObjFile.getBinary()->sections();
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  336     for (auto &Section : OF->sections()) {
tools/dsymutil/DwarfLinker.cpp
  539   for (const object::SectionRef &Section : Obj.sections()) {
tools/dsymutil/DwarfStreamer.cpp
   32   for (const object::SectionRef &Section : Obj.sections()) {
tools/lld/wasm/InputFiles.cpp
  287   for (const SectionRef &sec : wasmObj->sections()) {
tools/llvm-cfi-verify/lib/FileAnalysis.cpp
  448   for (const object::SectionRef &Section : Object->sections()) {
tools/llvm-cov/TestingSupport.cpp
   52   for (const auto &Section : OF->sections()) {
tools/llvm-cxxdump/llvm-cxxdump.cpp
  176   for (const SectionRef &Section : Obj->sections()) {
tools/llvm-dwp/llvm-dwp.cpp
  553     for (const auto &Section : Obj.sections())
tools/llvm-nm/llvm-nm.cpp
 1156   for (auto &S : Obj->sections()) {
 1362             for (const SectionRef &Section : MachO->sections()) {
 1688           for (const SectionRef &Section : MachO->sections()) {
tools/llvm-objdump/COFFDump.cpp
  450   for (const SectionRef &Section : Obj->sections()) {
tools/llvm-objdump/MachODump.cpp
  375   for (const SectionRef &Section : MachOObj->sections())
 1452   for (const SectionRef &Section : O->sections()) {
 1749     for (const SectionRef &Section : O->sections()) {
 1850   for (const SectionRef &Section : O->sections()) {
 1952     for (const SectionRef &Section : MachOOF->sections()) {
 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())
 8223   for (const SectionRef &Section : Obj->sections()) {
tools/llvm-objdump/llvm-objdump.cpp
  950   for (const SectionRef &Section : Obj->sections()) {
  998   for (SectionRef Sec : Obj.sections()) {
 1166   for (SectionRef Sec : Obj->sections())
 2105   for (const SectionRef &Section : Obj->sections())
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()) {
tools/llvm-readobj/ARMWinEHPrinter.cpp
  213   for (const auto &Section : COFF.sections()) {
 1097   for (const auto &Section : COFF.sections()) {
tools/llvm-readobj/COFFDumper.cpp
  589   for (const SectionRef &S : Obj->sections()) {
  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()) {
 1369   for (const SectionRef &Section : Obj->sections()) {
 1720   for (const SectionRef &Section : Obj->sections()) {
 1761   for (const SectionRef &S : Obj->sections()) {
 1886   for (auto Sec : Obj->sections()) {
 1917   for (auto Sec : Obj->sections()) {
tools/llvm-readobj/ELFDumper.cpp
 4832   for (const SectionRef &Sec : Obj->sections()) {
 4875   for (const SectionRef &Sec : Obj->sections()) {
tools/llvm-readobj/MachODumper.cpp
  462   for (const SectionRef &Section : Obj->sections()) {
  518   for (const SectionRef &Section : Obj->sections()) {
  666   for (auto Sec : Obj->sections()) {
tools/llvm-readobj/ObjDumper.cpp
   55   for (object::SectionRef SecRef : Obj->sections()) {
tools/llvm-readobj/WasmDumper.cpp
  135   for (const SectionRef &Section : Obj->sections()) {
  167   for (const SectionRef &Section : Obj->sections()) {
tools/llvm-readobj/Win64EHDumper.cpp
  307   for (const auto &Section : Ctx.COFF.sections()) {
tools/llvm-size/llvm-size.cpp
  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()) {
  154   for (const auto &ObjSection : Obj.sections()) {
tools/obj2yaml/wasm2yaml.cpp
  182   for (const auto &Sec : Obj.sections()) {
tools/sancov/sancov.cpp
  743   for (object::SectionRef Section : O.sections()) {