Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp30 uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
78 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue() function in __anon9d68ee110111::MSP430AsmBackend
112 Value = adjustFixupValue(Fixup, Value, getContext()); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp23 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
82 Value = adjustFixupValue(static_cast<unsigned>(Kind), Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp22 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
166 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp70 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
163 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp107 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
141 Value = adjustFixupValue(Fixup, Value, &getContext()); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp23 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
262 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h34 void adjustFixupValue(const MCFixup &Fixup, const MCValue &Target,
H A DAVRAsmBackend.cpp248 void AVRAsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue() function in llvm::AVRAsmBackend
387 adjustFixupValue(Fixup, Target, Value, &getContext()); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp27 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
204 Value = adjustFixupValue(Kind, Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h35 unsigned adjustFixupValue(const MCAssembler &Asm, const MCFixup &Fixup,
H A DARMAsmBackend.cpp417 unsigned ARMAsmBackend::adjustFixupValue(const MCAssembler &Asm, in adjustFixupValue() function in ARMAsmBackend
1120 Value = adjustFixupValue(*Asm, Fixup, Target, Value, IsResolved, Ctx, in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp72 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
214 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp34 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
294 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp356 static uint64_t adjustFixupValue(MCFixupKind Kind, uint64_t Value) { in adjustFixupValue() function in __anonab472fd70111::HexagonAsmBackend
676 Value = adjustFixupValue(Kind, FixupValue); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp91 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
164 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp141 static uint64_t adjustFixupValue(const MCFixup &Fixup, const MCValue &Target, in adjustFixupValue() function
458 Value = adjustFixupValue(Fixup, Target, Value, Ctx, TheTriple, IsResolved); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp475 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
898 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc13462 {"_Z16adjustFixupValuejy", "adjustFixupValue(unsigned int, unsigned long long)"},