Searched refs:adjustFixupValue (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp32 uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
101 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, function in class:__anon4186::MSP430AsmBackend
135 Value = adjustFixupValue(Fixup, Value, Asm.getContext());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp24 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { function
96 Value = adjustFixupValue(static_cast<unsigned>(Kind), Value);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h33 void adjustFixupValue(const MCFixup &Fixup, const MCValue &Target,
H A DAVRAsmBackend.cpp242 void AVRAsmBackend::adjustFixupValue(const MCFixup &Fixup, function in class:llvm::AVRAsmBackend
366 adjustFixupValue(Fixup, Target, Value, &Asm.getContext());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp23 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { function
190 Value = adjustFixupValue(Fixup.getKind(), Value);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h47 unsigned adjustFixupValue(const MCAssembler &Asm, const MCFixup &Fixup,
H A DARMAsmBackend.cpp422 unsigned ARMAsmBackend::adjustFixupValue(const MCAssembler &Asm, function in class:ARMAsmBackend
1044 Value = adjustFixupValue(Asm, Fixup, Target, Value, IsResolved, Ctx, STI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp27 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { function
140 Value = adjustFixupValue(Kind, Value);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp110 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, function
140 Value = adjustFixupValue(Fixup, Value, &Asm.getContext());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp23 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { function
304 Value = adjustFixupValue(Fixup.getKind(), Value);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp38 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, function
250 Value = adjustFixupValue(Fixup, Value, Ctx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp218 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, function
393 Value = adjustFixupValue(Fixup, Value, Ctx);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp362 static uint64_t adjustFixupValue(MCFixupKind Kind, uint64_t Value) { function in class:__anon4155::HexagonAsmBackend
435 Value = adjustFixupValue(Kind, FixupValue);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp172 static uint64_t adjustFixupValue(const MCFixup &Fixup, const MCValue &Target, function
423 Value = adjustFixupValue(Fixup, Target, Value, Ctx, TheTriple, IsResolved);

Completed in 275 milliseconds