/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | WasmDumper.cpp | 77 const RelocationRef &Reloc) { in printRelocation() 133 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local 204 for (const RelocationRef &Reloc : Section.relocations()) in printSections() local
|
D | MachODumper.cpp | 474 for (const RelocationRef &Reloc : Section.relocations()) in printSections() local 509 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local 526 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation() 531 const RelocationRef &Reloc) { in printRelocation()
|
D | COFFDumper.cpp | 606 for (const RelocationRef &Reloc : S.relocations()) in cacheRelocations() local 1283 for (const RelocationRef &Reloc : Sec.relocations()) in printSections() local 1317 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local 1335 const RelocationRef &Reloc, uint64_t Bias) { in printRelocation()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 367 if (auto *Reloc = llvm::dyn_cast<ConstantRelocatable>(Src)) { in instrumentLoad() local 383 if (auto *Reloc = llvm::dyn_cast<ConstantRelocatable>(Data)) { in instrumentStore() local 397 ASanInstrumentation::instrumentReloc(ConstantRelocatable *Reloc) { in instrumentReloc() 452 auto *Reloc = llvm::dyn_cast<ConstantRelocatable>(Op); in isOkGlobalAccess() local
|
D | IceAssemblerMIPS32.cpp | 234 const RelocOp Reloc, in emitRtRsImm16Rel() 402 const Operand *OpImm, const RelocOp Reloc) { in addiu() 587 MIPS32Fixup *AssemblerMIPS32::createMIPS32Fixup(const RelocOp Reloc, in createMIPS32Fixup() 666 const RelocOp Reloc) { in lui() 685 const Operand *OpOff, const RelocOp Reloc) { in ldc1() 745 const Operand *OpOff, const RelocOp Reloc) { in lwc1() 1069 const Operand *OpOff, const RelocOp Reloc) { in sdc1() 1123 const Operand *OpOff, const RelocOp Reloc) { in swc1()
|
D | IceInstMIPS32.h | 34 inline void emitRelocOp(Ostream &Str, RelocOp Reloc) { in emitRelocOp() 397 const RelocOp Reloc; variable 672 const RelocOp Reloc; variable 763 const RelocOp Reloc; variable 1055 Operand *Src1, RelocOp Reloc) { in create() 1137 const RelocOp Reloc; variable
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 261 unsigned Reloc, in emitGlobalAddress() 289 unsigned Reloc) { in emitExternalSymbolAddress() 310 void Emitter<CodeEmitter>::emitConstPoolAddress(unsigned CPI, unsigned Reloc, in emitConstPoolAddress() 331 void Emitter<CodeEmitter>::emitJumpTableAddress(unsigned JTI, unsigned Reloc, in emitJumpTableAddress()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4); in dump() local
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 134 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() 428 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 141 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() 470 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
|
/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 | 537 for (const RelocationRef &Reloc : S.relocations()) in cacheRelocations() local 1128 for (const RelocationRef &Reloc : Sec.relocations()) in printSections() local 1162 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local 1180 const RelocationRef &Reloc, uint64_t Bias) { in printRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 204 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, in emitGlobalAddress()
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 120 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | wasm2yaml.cpp | 293 for (const wasm::WasmRelocation &Reloc: WasmSec.Relocations) { in dump() local
|
D | coff2yaml.cpp | 183 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections() local
|
/external/llvm/lib/Target/ |
D | TargetMachineC.cpp | 106 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, in LLVMCreateTargetMachine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | TargetMachineC.cpp | 105 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, in LLVMCreateTargetMachine()
|
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 84 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocatedSymbols() local 108 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocationOffsets() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 82 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocatedSymbols() local 106 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocationOffsets() local
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 416 unsigned Reloc) { in getMovi32Value() 452 unsigned Reloc = ((MCID.TSFlags & ARMII::FormMask) == ARMII::VFPLdStFrm) in getMachineOpValue() local 466 void ARMCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, in emitGlobalAddress() 508 unsigned Reloc, in emitMachineBasicBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | Object.cpp | 411 for (const auto &Reloc : Relocations) { in writeRel() local 434 for (const Relocation &Reloc : Relocations) in removeSymbols() local 441 for (const Relocation &Reloc : Relocations) in markSymbols() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 556 for (relocation_iterator Reloc = Begin; Reloc != End; ++Reloc) { in PrintRelocationEntries() local 1146 for (const RelocationRef &Reloc : Section.relocations()) { in DumpLiteralPointerSection() local 1183 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) { in DumpLiteralPointerSection() local 1293 for (const RelocationRef &Reloc : Section.relocations()) { in DumpInitTermPointerSection() local 1330 auto Reloc = find_if(Relocs, [&](const std::pair<uint64_t, SymbolRef> &P) { in DumpInitTermPointerSection() local 2252 for (const RelocationRef &Reloc : info->S.relocations()) { in SymbolizerGetOpInfo() local 2327 for (const RelocationRef &Reloc : info->O->external_relocations()) { in SymbolizerGetOpInfo() local 2367 for (const RelocationRef &Reloc : info->S.relocations()) { in SymbolizerGetOpInfo() local 2439 auto Reloc = in SymbolizerGetOpInfo() local 2440 find_if(info->S.relocations(), [&](const RelocationRef &Reloc) { in SymbolizerGetOpInfo() [all …]
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 413 uint32_t Reloc; in applyFixup() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 427 uint32_t Reloc; in applyFixup() local
|