Home
last modified time | relevance | path

Searched refs:adjustFixupValue (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp32 uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
97 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue() function in __anon6a57e7410111::MSP430AsmBackend
131 Value = adjustFixupValue(Fixup, Value, Asm.getContext()); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp24 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
93 Value = adjustFixupValue(static_cast<unsigned>(Kind), Value); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp23 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
194 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp27 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
146 Value = adjustFixupValue(Kind, Value); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp113 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
146 Value = adjustFixupValue(Fixup, Value, &Asm.getContext()); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h34 void adjustFixupValue(const MCFixup &Fixup, const MCValue &Target,
H A DAVRAsmBackend.cpp242 void AVRAsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue() function in llvm::AVRAsmBackend
369 adjustFixupValue(Fixup, Target, Value, &Asm.getContext()); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp24 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
348 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h41 unsigned adjustFixupValue(const MCAssembler &Asm, const MCFixup &Fixup,
H A DARMAsmBackend.cpp428 unsigned ARMAsmBackend::adjustFixupValue(const MCAssembler &Asm, in adjustFixupValue() function in ARMAsmBackend
1053 Value = adjustFixupValue(Asm, Fixup, Target, Value, IsResolved, Ctx, STI); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp86 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
214 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp38 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
250 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp363 static uint64_t adjustFixupValue(MCFixupKind Kind, uint64_t Value) { in adjustFixupValue() function in __anon6fd935070111::HexagonAsmBackend
436 Value = adjustFixupValue(Kind, FixupValue); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp374 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
562 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp150 static uint64_t adjustFixupValue(const MCFixup &Fixup, const MCValue &Target, in adjustFixupValue() function
404 Value = adjustFixupValue(Fixup, Target, Value, Ctx, TheTriple, IsResolved); in applyFixup()