| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 32 uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, 96 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue() function in __anon487367450111::MSP430AsmBackend 130 Value = adjustFixupValue(Fixup, Value, Asm.getContext()); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiAsmBackend.cpp | 24 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 91 Value = adjustFixupValue(static_cast<unsigned>(Kind), Value); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 54 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function 110 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEAsmBackend.cpp | 23 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 190 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUAsmBackend.cpp | 106 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function 136 Value = adjustFixupValue(Fixup, Value, &Asm.getContext()); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCAsmBackend.cpp | 27 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 144 Value = adjustFixupValue(Kind, Value); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcAsmBackend.cpp | 23 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 301 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.h | 34 void adjustFixupValue(const MCFixup &Fixup, const MCValue &Target,
|
| H A D | AVRAsmBackend.cpp | 242 void AVRAsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue() function in llvm::AVRAsmBackend 366 adjustFixupValue(Fixup, Target, Value, &Asm.getContext()); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.h | 47 unsigned adjustFixupValue(const MCAssembler &Asm, const MCFixup &Fixup,
|
| H A D | ARMAsmBackend.cpp | 426 unsigned ARMAsmBackend::adjustFixupValue(const MCAssembler &Asm, in adjustFixupValue() function in ARMAsmBackend 1052 Value = adjustFixupValue(Asm, Fixup, Target, Value, IsResolved, Ctx, STI); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsAsmBackend.cpp | 38 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function 250 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 362 static uint64_t adjustFixupValue(MCFixupKind Kind, uint64_t Value) { in adjustFixupValue() function in __anon42d4c60b0111::HexagonAsmBackend 435 Value = adjustFixupValue(Kind, FixupValue); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 373 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function 561 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AsmBackend.cpp | 149 static uint64_t adjustFixupValue(const MCFixup &Fixup, const MCValue &Target, in adjustFixupValue() function 400 Value = adjustFixupValue(Fixup, Target, Value, Ctx, TheTriple, IsResolved); in applyFixup()
|