Searched refs:fixupNeedsRelaxation (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kAsmBackend.cpp | 62 bool fixupNeedsRelaxation(const MCFixup &Fixup, 194 bool M68kAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in M68kAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| H A D | AMDGPUAsmBackend.cpp | 38 bool fixupNeedsRelaxation(const MCFixup &Fixup, 66 bool AMDGPUAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in AMDGPUAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.h | 33 bool fixupNeedsRelaxation(const MCFixup &Fixup,
|
| H A D | CSKYAsmBackend.cpp | 279 bool CSKYAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in CSKYAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmBackend.cpp | 113 return fixupNeedsRelaxation(Fixup, Value); in fixupNeedsRelaxationAdvanced()
|
| H A D | MCAssembler.cpp | 850 bool MCAssembler::fixupNeedsRelaxation(const MCRelaxableFragment &F, in fixupNeedsRelaxation() function in MCAssembler 873 if ((DoRelax = fixupNeedsRelaxation(F, Fixup))) in relaxInstruction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmBackend.h | 164 virtual bool fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function
|
| H A D | MCAssembler.h | 110 bool fixupNeedsRelaxation(const MCRelaxableFragment &, const MCFixup &) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AsmBackend.cpp | 85 bool fixupNeedsRelaxation(const MCFixup &Fixup, 501 bool AArch64AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() function in AArch64AsmBackend
|