| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 30 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 D | LanaiAsmBackend.cpp | 23 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 D | VEAsmBackend.cpp | 22 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 D | XtensaAsmBackend.cpp | 70 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 D | AMDGPUAsmBackend.cpp | 107 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 D | SparcAsmBackend.cpp | 23 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 D | AVRAsmBackend.h | 34 void adjustFixupValue(const MCFixup &Fixup, const MCValue &Target,
|
| H A D | AVRAsmBackend.cpp | 248 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 D | PPCAsmBackend.cpp | 27 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 D | ARMAsmBackend.h | 35 unsigned adjustFixupValue(const MCAssembler &Asm, const MCFixup &Fixup,
|
| H A D | ARMAsmBackend.cpp | 417 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 D | CSKYAsmBackend.cpp | 72 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 D | MipsAsmBackend.cpp | 34 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 D | HexagonAsmBackend.cpp | 356 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 D | LoongArchAsmBackend.cpp | 91 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 D | AArch64AsmBackend.cpp | 141 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 D | RISCVAsmBackend.cpp | 475 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 D | DemangleTestCases.inc | 13462 {"_Z16adjustFixupValuejy", "adjustFixupValue(unsigned int, unsigned long long)"},
|