Home
last modified time | relevance | path

Searched refs:applyFixup (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp41 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 DXCOFF_ppc64.cpp73 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 DELF_x86.cpp108 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 DCOFF_x86_64.cpp47 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 DELF_x86_64.cpp332 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 DELF_aarch32.cpp136 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 DJITLinkGeneric.h171 if (auto Err = impl().applyFixup(G, *B, E)) in fixUpBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp38 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 DLanaiAsmBackend.cpp50 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 DBPFAsmBackend.cpp29 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 DVEAsmBackend.cpp114 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 DXtensaAsmBackend.cpp39 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 DM68kAsmBackend.cpp55 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 DSystemZMCAsmBackend.cpp115 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 DSPIRVAsmBackend.cpp23 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 DAMDGPUAsmBackend.cpp35 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 DSparcAsmBackend.cpp129 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 DMipsAsmBackend.h42 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target,
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.h40 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target,
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h27 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp95 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 DARMAsmBackend.h42 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target,
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.h44 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.h56 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target,
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/MCTargetDesc/
H A DDirectXMCTargetDesc.cpp80 void applyFixup(const MCFragment &, const MCFixup &, const MCValue &Target, in applyFixup() function in __anon29be13160111::DXILAsmBackend

12