Home
last modified time | relevance | path

Searched defs:Fixup (Results 1 – 25 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp38 const MCFixup &Fixup, MCContext *Ctx = nullptr) { in signed_width()
57 const MCFixup &Fixup, MCContext *Ctx = nullptr) { in unsigned_width()
75 void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch()
86 void adjustRelativeBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustRelativeBranch()
104 void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_call()
120 void fixup_7_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_7_pcrel()
134 void fixup_13_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_13_pcrel()
147 void fixup_6_adiw(const MCFixup &Fixup, uint64_t &Value, in fixup_6_adiw()
158 void fixup_port5(const MCFixup &Fixup, uint64_t &Value, in fixup_port5()
171 void fixup_port6(const MCFixup &Fixup, uint64_t &Value, in fixup_port6()
[all …]
DAVRELFObjectWriter.cpp40 const MCFixup &Fixup, in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430AsmBackend.cpp50 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation()
56 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced()
104 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue()
133 void MSP430AsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
DMSP430ELFObjectWriter.cpp32 const MCFixup &Fixup, bool IsPCRel) const override { in getRelocType() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp30 const MCFixup &Fixup, in shouldForceRelocation()
51 bool RISCVAsmBackend::fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, in fixupNeedsRelaxationAdvanced()
154 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue()
256 const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, in evaluateTargetFixup()
316 void RISCVAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
385 MCFixup Fixup = in shouldInsertFixupForCodeAlign() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCELFObjectWriter.cpp42 const MCFixup &Fixup) { in getAccessVariant()
74 const MCFixup &Fixup, in getRelocType()
DPPCMachObjectWriter.cpp44 const MCFixup &Fixup, MCValue Target, in recordRelocation()
177 const MCFixup &Fixup) { in getFixupOffset()
192 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordScatteredRelocation()
302 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordPPCRelocation()
DPPCAsmBackend.cpp122 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
141 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation()
173 bool fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp57 static bool isNonILP32reloc(const MCFixup &Fixup, in isNonILP32reloc()
107 const MCFixup &Fixup, in getRelocType()
DAArch64MachObjectWriter.cpp52 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, in getAArch64FixupKindMachOInfo()
153 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp38 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue()
243 void MipsAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
534 const MCFixup &Fixup, in shouldForceRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp61 const MCFixup &Fixup, MCValue Target, in recordRelocation()
104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation()
367 const MCFixup &Fixup, in recordScatteredRelocation()
467 const MCFixup &Fixup, in recordTLVPRelocation()
507 const MCFixup &Fixup, in RecordX86Relocation()
DX86WinCOFFObjectWriter.cpp42 const MCFixup &Fixup, in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp73 const MCFixup &Fixup, in getRelocType()
79 const MCFixup &Fixup, in GetRelocTypeInner()
DARMMachObjectWriter.cpp144 const MCFixup &Fixup, in RecordARMScatteredHalfRelocation()
257 const MCFixup &Fixup, in RecordARMScatteredRelocation()
379 const MCFixup &Fixup, MCValue Target, in recordRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcAsmBackend.cpp226 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation()
265 bool fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()
298 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp65 bool AMDGPUAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation()
108 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue()
133 void AMDGPUAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
DBPFAsmBackend.cpp38 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation()
69 void BPFAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
DBPFELFObjectWriter.cpp39 const MCFixup &Fixup, in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp56 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation()
102 const MCFixup &Fixup, in applyFixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.h73 const MCFixup *Fixup) const override { in evaluateAsRelocatableImpl()
115 const MCFixup *Fixup) const override { in evaluateAsRelocatableImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp61 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation()
97 const MCFixup &Fixup, in applyFixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp202 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation()
411 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
568 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced()
645 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmBackend.h90 const MCFixup &Fixup, in shouldForceRelocation()
113 const MCFixup &Fixup, const MCFragment *DF, in evaluateTargetFixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWinCOFFStreamer.cpp223 MCFixup Fixup = MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_2); in EmitCOFFSectionIndex() local
239 MCFixup Fixup = MCFixup::create(DF->getContents().size(), MCE, FK_SecRel_4); in EmitCOFFSecRel32() local
258 MCFixup Fixup = MCFixup::create(DF->getContents().size(), MCE, FK_Data_4); in EmitCOFFImgRel32() local

123