Searched refs:shouldForceRelocation (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.h | 47 bool shouldForceRelocation(const MCFixup &Fixup, const MCValue &Target);
|
| H A D | CSKYAsmBackend.cpp | 202 if (IsResolved && shouldForceRelocation(Fixup, Target)) in applyFixup() 263 bool CSKYAsmBackend::shouldForceRelocation(const MCFixup &Fixup, in shouldForceRelocation() function in CSKYAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCAsmBackend.cpp | 99 bool shouldForceRelocation(const MCFixup &Fixup, const MCValue &Target) { in shouldForceRelocation() function in __anonfbfaee460111::PPCAsmBackend 196 if (IsResolved && shouldForceRelocation(Fixup, Target)) in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.h | 33 bool shouldForceRelocation(const MCFixup &Fixup, const MCValue &Target);
|
| H A D | ARMAsmBackend.cpp | 933 bool ARMAsmBackend::shouldForceRelocation(const MCFixup &Fixup, in shouldForceRelocation() function in ARMAsmBackend 1113 if (IsResolved && shouldForceRelocation(Fixup, Target)) in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchAsmBackend.h | 56 bool shouldForceRelocation(const MCFixup &Fixup, const MCValue &Target);
|
| H A D | LoongArchAsmBackend.cpp | 147 if (IsResolved && shouldForceRelocation(Fixup, Target)) in applyFixup() 248 bool LoongArchAsmBackend::shouldForceRelocation(const MCFixup &Fixup, in shouldForceRelocation() function in LoongArchAsmBackend
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsAsmBackend.cpp | 241 static bool shouldForceRelocation(const MCFixup &Fixup) { in shouldForceRelocation() function 289 if (shouldForceRelocation(Fixup)) in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonAsmBackend.cpp | 202 bool shouldForceRelocation(const MCFixup &Fixup) { in shouldForceRelocation() function in __anonab472fd70111::HexagonAsmBackend 656 if (IsResolved && shouldForceRelocation(Fixup)) in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64AsmBackend.cpp | 407 static bool shouldForceRelocation(const MCFixup &Fixup) { in shouldForceRelocation() function 427 if (shouldForceRelocation(Fixup)) in applyFixup()
|