|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/DebugInfo/DWARF/DWARFContext.cpp 1648 for (const RelocationRef &Reloc : Section.relocations()) {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp 634 for (const RelocationRef &Reloc : SI->relocations())
664 for (const RelocationRef &Reloc : SI->relocations())
lib/Object/ELFObjectFile.cpp 441 for (const auto &Relocation : RelaPlt->relocations()) {
lib/XRay/InstrumentationMap.cpp 103 for (const object::RelocationRef &Reloc : Section.relocations()) {
tools/dsymutil/DwarfLinker.cpp 448 for (const object::RelocationRef &Reloc : Section.relocations()) {
tools/llvm-cxxdump/llvm-cxxdump.cpp 88 for (const object::RelocationRef &Reloc : SR.relocations()) {
112 for (const object::RelocationRef &Reloc : SR.relocations()) {
tools/llvm-objdump/COFFDump.cpp 456 for (const RelocationRef &Reloc : Section.relocations())
tools/llvm-objdump/MachODump.cpp 1474 for (const RelocationRef &Reloc : Section.relocations()) {
1624 for (const RelocationRef &Reloc : Section.relocations()) {
2638 for (const RelocationRef &Reloc : info->S.relocations()) {
2748 for (const RelocationRef &Reloc : info->S.relocations()) {
2816 find_if(info->S.relocations(), [&](const RelocationRef &Reloc) {
2821 if (Reloc == info->S.relocations().end())
2947 find_if(info->S.relocations(), [&](const RelocationRef &Reloc) {
2952 if (Reloc == info->S.relocations().end())
3340 for (const RelocationRef &Reloc : S.relocations()) {
6891 for (const RelocationRef &Reloc : info->S.relocations()) {
7906 for (const RelocationRef &Reloc : CompactUnwind.relocations()) {
tools/llvm-objdump/llvm-objdump.cpp 1011 for (const RelocationRef &R : Sec.relocations())
1638 for (const RelocationRef &Reloc : Section.relocations()) {
1674 for (const RelocationRef &Reloc : Section.relocations()) {
tools/llvm-readobj/ARMWinEHPrinter.cpp 244 for (const auto &Relocation : Section.relocations()) {
tools/llvm-readobj/COFFDumper.cpp 592 for (const RelocationRef &Reloc : S.relocations())
1343 for (const RelocationRef &Reloc : Sec.relocations())
1374 for (const RelocationRef &Reloc : Section.relocations()) {
tools/llvm-readobj/ELFDumper.cpp 4947 for (const RelocationRef &Reloc : RelocSec.relocations()) {
tools/llvm-readobj/MachODumper.cpp 494 for (const RelocationRef &Reloc : Section.relocations())
521 for (const RelocationRef &Reloc : Section.relocations()) {
tools/llvm-readobj/WasmDumper.cpp 141 for (const RelocationRef &Reloc : Section.relocations()) {
212 for (const RelocationRef &Reloc : Section.relocations())
tools/obj2yaml/coff2yaml.cpp 197 for (const auto &Reloc : ObjSection.relocations()) {