| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyAsmBackend.cpp | 41 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target, 81 void WebAssemblyAsmBackend::applyFixup(const MCFragment &F, in applyFixup() function in __anone9d166bf0111::WebAssemblyAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | XCOFF_ppc64.cpp | 73 Error applyFixup(LinkGraph &G, Block &B, const Edge &E) const { in applyFixup() function in llvm::jitlink::XCOFFJITLinker_ppc64 80 if (auto Err = ppc64::applyFixup<endianness::big>(G, B, E, TOCSymbol)) in applyFixup()
|
| H A D | ELF_x86.cpp | 108 Error applyFixup(LinkGraph &G, Block &B, const Edge &E) const { in applyFixup() function in llvm::jitlink::ELFJITLinker_x86 109 return x86::applyFixup(G, B, E, GOTSymbol); in applyFixup()
|
| H A D | COFF_x86_64.cpp | 47 Error applyFixup(LinkGraph &G, Block &B, const Edge &E) const { in applyFixup() function in __anon213d8ed90111::COFFJITLinker_x86_64 48 return x86_64::applyFixup(G, B, E, nullptr); in applyFixup()
|
| H A D | ELF_x86_64.cpp | 332 Error applyFixup(LinkGraph &G, Block &B, const Edge &E) const { in applyFixup() function in llvm::jitlink::ELFJITLinker_x86_64 333 return x86_64::applyFixup(G, B, E, GOTSymbol); in applyFixup()
|
| H A D | ELF_aarch32.cpp | 136 Error applyFixup(LinkGraph &G, Block &B, const Edge &E) const { in applyFixup() function in llvm::jitlink::ELFJITLinker_aarch32 137 return aarch32::applyFixup(G, B, E, ArmCfg); in applyFixup()
|
| H A D | JITLinkGeneric.h | 171 if (auto Err = impl().applyFixup(G, *B, E)) in fixUpBlocks()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 38 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target, 107 void MSP430AsmBackend::applyFixup(const MCFragment &F, const MCFixup &Fixup, in applyFixup() function in __anon9d68ee110111::MSP430AsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiAsmBackend.cpp | 50 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target, 74 void LanaiAsmBackend::applyFixup(const MCFragment &F, const MCFixup &Fixup, in applyFixup() function in __anon86f45c6d0111::LanaiAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/ |
| H A D | BPFAsmBackend.cpp | 29 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target, 68 void BPFAsmBackend::applyFixup(const MCFragment &F, const MCFixup &Fixup, in applyFixup() function in BPFAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEAsmBackend.cpp | 114 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &, 154 void VEAsmBackend::applyFixup(const MCFragment &F, const MCFixup &Fixup, in applyFixup() function in VEAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
| H A D | XtensaAsmBackend.cpp | 39 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target, 155 void XtensaAsmBackend::applyFixup(const MCFragment &F, const MCFixup &Fixup, in applyFixup() function in XtensaAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kAsmBackend.cpp | 55 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &, 80 void M68kAsmBackend::applyFixup(const MCFragment &F, const MCFixup &Fixup, in applyFixup() function in M68kAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCAsmBackend.cpp | 115 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target, 154 void SystemZMCAsmBackend::applyFixup(const MCFragment &F, const MCFixup &Fixup, in applyFixup() function in SystemZMCAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVAsmBackend.cpp | 23 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target, in applyFixup() function in __anona7bb47eb0111::SPIRVAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUAsmBackend.cpp | 35 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target, 131 void AMDGPUAsmBackend::applyFixup(const MCFragment &F, const MCFixup &Fixup, in applyFixup() function in AMDGPUAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcAsmBackend.cpp | 129 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target, 255 void SparcAsmBackend::applyFixup(const MCFragment &F, const MCFixup &Fixup, in applyFixup() function in SparcAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsAsmBackend.h | 42 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.h | 40 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.h | 27 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCAsmBackend.cpp | 95 void applyFixup(const MCFragment &, const MCFixup &Fixup, 187 void PPCAsmBackend::applyFixup(const MCFragment &F, const MCFixup &Fixup, in applyFixup() function in PPCAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.h | 42 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchAsmBackend.h | 44 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.h | 56 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/MCTargetDesc/ |
| H A D | DirectXMCTargetDesc.cpp | 80 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target, in applyFixup() function in __anon29be13160111::DXILAsmBackend
|