/external/llvm/tools/llvm-readobj/ |
D | MachODumper.cpp | 472 for (const RelocationRef &Reloc : Section.relocations()) in printSections() local 507 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local 524 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation() 529 const RelocationRef &Reloc) { in printRelocation()
|
D | COFFDumper.cpp | 352 for (const RelocationRef &Reloc : S.relocations()) in cacheRelocations() local 775 for (const RelocationRef &Reloc : Sec.relocations()) in printSections() local 809 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local 827 const RelocationRef &Reloc) { in printRelocation()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4); in dump() local
|
D | DWARFContext.cpp | 731 for (const RelocationRef &Reloc : Section.relocations()) { in DWARFContextInMemory() local
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 119 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections() local
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 234 const ELFRelocationEntry &Reloc) { in getMatchingLoType()
|
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 76 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocatedSymbols() local 100 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocationOffsets() local
|
/external/llvm/lib/Target/ |
D | TargetMachineC.cpp | 115 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, in LLVMCreateTargetMachine()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 774 for (const RelocationRef &Reloc : Section.relocations()) { in DumpLiteralPointerSection() local 811 auto Reloc = std::find_if( in DumpLiteralPointerSection() local 1730 for (const RelocationRef &Reloc : info->S.relocations()) { in SymbolizerGetOpInfo() local 1811 for (const RelocationRef &Reloc : info->S.relocations()) { in SymbolizerGetOpInfo() local 1883 auto Reloc = in SymbolizerGetOpInfo() local 1885 [&](const RelocationRef &Reloc) { in SymbolizerGetOpInfo() 2017 auto Reloc = in SymbolizerGetOpInfo() local 2019 [&](const RelocationRef &Reloc) { in SymbolizerGetOpInfo() 2414 for (const RelocationRef &Reloc : S.relocations()) { in get_symbol_64() local 5581 for (const RelocationRef &Reloc : info->S.relocations()) { in GuessLiteralPointer() local [all …]
|
D | COFFDump.cpp | 384 for (const RelocationRef &Reloc : Section.relocations()) in getPDataSection() local
|
D | llvm-objdump.cpp | 958 for (const RelocationRef &Reloc : RelocSec.relocations()) { in DisassembleObject() local 1167 for (const RelocationRef &Reloc : Section.relocations()) { in PrintRelocations() local
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 718 COFFRelocation Reloc; in recordRelocation() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 435 for (const RelocationRef &Reloc : SI->relocations()) in computeSectionStubBufSize() local
|
D | RuntimeDyldELF.cpp | 1391 RelocationEntry &Reloc = I->second; in processRelocationRef() local
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 1036 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1348 CallInst *Reloc = Builder.CreateCall( in CreateGCRelocates() local
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1886 for (const object::RelocationRef &Reloc : Section.relocations()) { in findValidRelocsMachO() local
|