Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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
DIceELFObjectWriter.cpp429 const auto *Reloc = in writeDataOfType() local
DIceTargetLowering.cpp1039 const auto *Reloc = in emitGlobal() local
DIceInstX8664.cpp689 } else if (const auto *Reloc = llvm::dyn_cast<ConstantRelocatable>(Src)) { in emitIASRegOpTyGPR() local
714 } else if (const auto *Reloc = llvm::dyn_cast<ConstantRelocatable>(Src)) { in emitIASAddrOpTyGPR() local
DIceInstX8632.cpp699 } else if (const auto *Reloc = llvm::dyn_cast<ConstantRelocatable>(Src)) { in emitIASRegOpTyGPR() local
723 } else if (const auto *Reloc = llvm::dyn_cast<ConstantRelocatable>(Src)) { in emitIASAddrOpTyGPR() local
DIceTargetLoweringMIPS32.h234 void _addiu(Variable *Dest, Variable *Src0, Operand *Src1, RelocOp Reloc) { in _addiu()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFRelocMap.h22 object::RelocationRef Reloc; member
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp110 for (const object::RelocationRef &Reloc : Section.relocations()) { in loadObj() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp104 LLVMCodeGenOptLevel Level, LLVMRelocMode Reloc, in LLVMCreateTargetMachine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp423 uint32_t Reloc; in applyFixup() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1356 const RelocationRef &Reloc, in getSymbolInfo()
1411 const RelocationRef &Reloc) { in isRelocScattered()
1720 for (const RelocationRef &Reloc : Section.relocations()) { in DWARFObjInMemory() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp529 for (auto Reloc : Sec.Relocations) { in writeRelocSection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp634 for (const RelocationRef &Reloc : SI->relocations()) in computeGOTSize() local
664 for (const RelocationRef &Reloc : SI->relocations()) in computeSectionStubBufSize() local
DRuntimeDyldELF.cpp1327 RelocationEntry &Reloc = I->second; in processRelocationRef() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp648 for (auto *Reloc : SI.GCRelocates) in LowerAsSTATEPOINT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp748 COFFRelocation Reloc; in recordRelocation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWindowsResource.cpp977 auto *Reloc = in writeFirstSectionRelocations() local
DWasmObjectFile.cpp760 wasm::WasmRelocation Reloc = {}; in parseRelocSection() local
DCOFFObjectFile.cpp1279 const coff_relocation *Reloc = toRel(Rel); in getRelocationTypeName() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1320 CallInst *Reloc = Builder.CreateCall( in CreateGCRelocates() local