Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp32 uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
91 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue() function in __anon9d68ee110111::MSP430AsmBackend
125 Value = adjustFixupValue(Fixup, Value, Asm.getContext()); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp24 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
86 Value = adjustFixupValue(static_cast<unsigned>(Kind), Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp23 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
186 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp79 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
151 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp112 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
145 Value = adjustFixupValue(Fixup, Value, &Asm.getContext()); 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.cpp256 void AVRAsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue() function in llvm::AVRAsmBackend
389 adjustFixupValue(Fixup, Target, Value, &Asm.getContext()); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp24 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
344 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp28 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
148 Value = adjustFixupValue(Kind, Value); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.h42 unsigned adjustFixupValue(const MCAssembler &Asm, const MCFixup &Fixup,
H A DARMAsmBackend.cpp442 unsigned ARMAsmBackend::adjustFixupValue(const MCAssembler &Asm, in adjustFixupValue() function in ARMAsmBackend
1091 Value = adjustFixupValue(Asm, Fixup, Target, Value, IsResolved, Ctx, STI); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp85 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
213 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp39 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
251 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp361 static uint64_t adjustFixupValue(MCFixupKind Kind, uint64_t Value) { in adjustFixupValue() function in __anonab472fd70111::HexagonAsmBackend
434 Value = adjustFixupValue(Kind, FixupValue); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp89 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
165 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp154 static uint64_t adjustFixupValue(const MCFixup &Fixup, const MCValue &Target, in adjustFixupValue() function
441 Value = adjustFixupValue(Fixup, Target, Value, Ctx, TheTriple, IsResolved); in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp406 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function
638 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()