| /external/llvm-project/lld/MachO/ |
| D | InputSection.h | 25 struct Reloc { struct 26 uint8_t type; 27 bool pcrel; 28 uint8_t length; 31 uint32_t offset; 34 uint64_t addend; 35 llvm::PointerUnion<Symbol *, InputSection *> referent;
|
| /external/llvm-project/llvm/tools/llvm-readobj/ |
| D | WasmDumper.cpp | 84 const RelocationRef &Reloc) { in printRelocation() 130 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local 205 for (const RelocationRef &Reloc : Section.relocations()) in printSectionHeaders() local
|
| D | MachODumper.cpp | 488 for (const RelocationRef &Reloc : Section.relocations()) in printSectionHeaders() local 515 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() local 532 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation() 537 const RelocationRef &Reloc) { 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 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/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFRelocMap.h | 22 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/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsELFObjectWriter.cpp | 141 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType() 455 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/lib/DebugInfo/DWARF/ |
| D | DWARFAcceleratorTable.cpp | 107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4); in dump() local
|
| /external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldCOFF.cpp | 87 RelocationValueRef Reloc; in getDLLImportOffset() local
|
| /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-project/llvm/lib/Target/BPF/ |
| D | BPFPreserveDIType.cpp | 82 uint32_t Reloc; in BPFPreserveDITypeImpl() local
|
| /external/llvm-project/clang/lib/AST/Interp/ |
| D | ByteCodeEmitter.cpp | 92 for (unsigned Reloc : It->second) { in emitLabel() local
|
| /external/llvm-project/llvm/lib/MC/ |
| D | XCOFFObjectWriter.cpp | 451 XCOFFRelocation Reloc = {Index, FixupOffsetInCsect, SignAndSize, Type}; in recordRelocation() local 688 void XCOFFObjectWriter::writeRelocation(XCOFFRelocation Reloc, in writeRelocation() 707 for (const auto Reloc : Csect.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/llvm-project/llvm/lib/XRay/ |
| D | InstrumentationMap.cpp | 118 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj() local
|
| /external/llvm-project/llvm/lib/Object/ |
| D | XCOFFObjectFile.cpp | 354 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationOffset() local 373 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationSymbol() local 394 const XCOFFRelocation32 *Reloc = viewAs<XCOFFRelocation32>(Rel.p); in getRelocationTypeName() local
|
| /external/llvm-project/llvm/tools/obj2yaml/ |
| D | coff2yaml.cpp | 196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections() local
|
| /external/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| D | Object.h | 31 object::coff_relocation Reloc; member
|
| /external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| D | MachOReader.cpp | 225 for (auto &Reloc : Sec->Relocations) in setSymbolInRelocationInfo() local
|