/external/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
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 __anon4064d8280111::MSP430AsmBackend 130 Value = adjustFixupValue(Fixup, Value, Asm.getContext()); in applyFixup()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/ |
D | MSP430AsmBackend.cpp | 32 uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, 104 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue() function in __anon0a1a4b1c0111::MSP430AsmBackend 138 Value = adjustFixupValue(Fixup, Value, Asm.getContext()); in applyFixup()
|
/external/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiAsmBackend.cpp | 24 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 100 Value = adjustFixupValue(static_cast<unsigned>(Kind), Value); in applyFixup()
|
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
D | LanaiAsmBackend.cpp | 25 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 92 Value = adjustFixupValue(static_cast<unsigned>(Kind), Value); in applyFixup()
|
/external/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
D | VEAsmBackend.cpp | 23 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 190 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 36 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function 236 Value = adjustFixupValue(Fixup, Value); in applyFixup() 479 (void)adjustFixupValue(Fixup, Value, &Asm.getContext()); in processFixupValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 108 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function 138 Value = adjustFixupValue(Fixup, Value, &Asm.getContext()); in applyFixup()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 27 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 118 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 110 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function 140 Value = adjustFixupValue(Fixup, Value, &Asm.getContext()); in applyFixup()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 27 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 126 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcAsmBackend.cpp | 22 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 279 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
|
/external/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcAsmBackend.cpp | 23 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 298 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcAsmBackend.cpp | 22 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 303 Value = adjustFixupValue(Fixup.getKind(), Value); in applyFixup()
|
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 27 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { in adjustFixupValue() function 144 Value = adjustFixupValue(Kind, Value); in applyFixup()
|
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRAsmBackend.h | 34 void adjustFixupValue(const MCFixup &Fixup, const MCValue &Target,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRAsmBackend.h | 36 void adjustFixupValue(const MCFixup &Fixup, const MCValue &Target,
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.h | 47 unsigned adjustFixupValue(const MCAssembler &Asm, const MCFixup &Fixup,
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.h | 48 unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, bool IsPCRel,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.h | 47 unsigned adjustFixupValue(const MCAssembler &Asm, const MCFixup &Fixup,
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64AsmBackend.cpp | 139 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function 272 Value = adjustFixupValue(Fixup, Value, nullptr); in applyFixup() 569 (void)adjustFixupValue(Fixup, Value, &Asm.getContext()); in processFixupValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVAsmBackend.cpp | 154 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function 326 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
|
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVAsmBackend.cpp | 218 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function 393 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 38 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function 250 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsAsmBackend.cpp | 38 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() function 250 Value = adjustFixupValue(Fixup, Value, Ctx); in applyFixup()
|