/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 398 ASanInstrumentation::instrumentReloc(ConstantRelocatable *Reloc) { in instrumentReloc() 453 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() 747 const Operand *OpOff, const RelocOp Reloc) { in lwc1() 1073 const Operand *OpOff, const RelocOp Reloc) { in sdc1() 1129 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-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFRelocMap.h | 23 object::RelocationRef Reloc; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFRelocMap.h | 22 object::RelocationRef Reloc; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 141 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() 457 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 141 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() 480 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
|
/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/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/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4); in dump() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCOFF.cpp | 87 RelocationValueRef Reloc; in getDLLImportOffset() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
D | BPFPreserveDIType.cpp | 83 uint32_t Reloc; in BPFPreserveDITypeImpl() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 569 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationOffset() local 583 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationOffset() local 603 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationSymbol() local 609 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationSymbol() local 630 const XCOFFRelocation64 *Reloc = viewAs<XCOFFRelocation64>(Rel.p); in getRelocationTypeName() local 633 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationTypeName() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
D | XCOFFObjectWriter.cpp | 675 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; in recordRelocation() local 991 void XCOFFObjectWriter::writeRelocation(XCOFFRelocation Reloc, in writeRelocation() 1016 for (const auto Reloc : Csect.Relocations) in writeRelocations() local 1023 for (const auto &Reloc : DwarfSection.DwarfSect->Relocations) in writeRelocations() local
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 120 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 110 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 116 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/ |
D | COFFObject.h | 30 object::coff_relocation Reloc; member
|
/external/llvm/lib/Target/ |
D | TargetMachineC.cpp | 106 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-10.0/llvm/lib/Target/ |
D | TargetMachineC.cpp | 104 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, in LLVMCreateTargetMachine()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
D | MachOReader.cpp | 254 for (auto &Reloc : Sec->Relocations) in setSymbolInRelocationInfo() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ |
D | TargetMachineC.cpp | 101 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, in LLVMCreateTargetMachine()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 413 uint32_t Reloc; in applyFixup() local
|