Home
last modified time | relevance | path

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

123

/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFRelocMap.h23 object::RelocationRef Reloc; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFRelocMap.h22 object::RelocationRef Reloc; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp141 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/
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/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/lib/DebugInfo/DWARF/
DDWARFAcceleratorTable.cpp107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4); in dump() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.cpp87 RelocationValueRef Reloc; in getDLLImportOffset() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
DBPFPreserveDIType.cpp83 uint32_t Reloc; in BPFPreserveDITypeImpl() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DXCOFFObjectFile.cpp569 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/
DXCOFFObjectWriter.cpp675 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/
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/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/
DInstrumentationMap.cpp116 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
DCOFFObject.h30 object::coff_relocation Reloc; member
/external/llvm/lib/Target/
DTargetMachineC.cpp106 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, in LLVMCreateTargetMachine()
/external/llvm/tools/llvm-cxxdump/
Dllvm-cxxdump.cpp84 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/
DTargetMachineC.cpp104 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, in LLVMCreateTargetMachine()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
DMachOReader.cpp254 for (auto &Reloc : Sec->Relocations) in setSymbolInRelocationInfo() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/
DTargetMachineC.cpp101 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, in LLVMCreateTargetMachine()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp413 uint32_t Reloc; in applyFixup() local

123