Home
last modified time | relevance | path

Searched defs:adjustFixupValue (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp24 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp97 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, adjustFixupValue() function in __anon12c4cca30111::MSP430AsmBackend
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/
H A DXtensaAsmBackend.cpp82 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, adjustFixupValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp38 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, adjustFixupValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp23 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp24 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp86 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, adjustFixupValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp114 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, adjustFixupValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp28 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp90 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, adjustFixupValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp362 static uint64_t adjustFixupValue(MCFixupKind Kind, uint64_t Value) { adjustFixupValue() function in __anone714fae90111::HexagonAsmBackend
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp252 void AVRAsmBackend::adjustFixupValue(const MCFixup &Fixup, adjustFixupValue() function in llvm::AVRAsmBackend
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp155 static uint64_t adjustFixupValue(const MCFixup &Fixup, const MCValue &Target, adjustFixupValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp413 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, adjustFixupValue() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp443 unsigned ARMAsmBackend::adjustFixupValue(const MCAssembler &Asm, adjustFixupValue() function in ARMAsmBackend