Home
last modified time | relevance | path

Searched defs:Reloc (Results 1 – 25 of 81) sorted by relevance

1234

/external/llvm-project/lld/MachO/
DInputSection.h25 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/
DWasmDumper.cpp84 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
DMachODumper.cpp488 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/
DIceASanInstrumentation.cpp367 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
DIceAssemblerMIPS32.cpp234 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()
DIceInstMIPS32.h34 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/
DDWARFRelocMap.h22 object::RelocationRef Reloc; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFRelocMap.h22 object::RelocationRef Reloc; member
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp141 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/
DMipsELFObjectWriter.cpp141 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType()
480 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp134 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) { in getMatchingLoType()
428 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc) { in sortRelocs()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4); in dump() local
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp87 RelocationValueRef Reloc; in getDLLImportOffset() local
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp472 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()
DCOFFDumper.cpp537 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/
DBPFPreserveDIType.cpp82 uint32_t Reloc; in BPFPreserveDITypeImpl() local
/external/llvm-project/clang/lib/AST/Interp/
DByteCodeEmitter.cpp92 for (unsigned Reloc : It->second) { in emitLabel() local
/external/llvm-project/llvm/lib/MC/
DXCOFFObjectWriter.cpp451 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/
Dcoff2yaml.cpp120 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp110 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj() local
/external/llvm-project/llvm/lib/XRay/
DInstrumentationMap.cpp118 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj() local
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp354 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/
Dcoff2yaml.cpp196 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections() local
/external/llvm-project/llvm/tools/llvm-objcopy/COFF/
DObject.h31 object::coff_relocation Reloc; member
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOReader.cpp225 for (auto &Reloc : Sec->Relocations) in setSymbolInRelocationInfo() local

1234