Home
last modified time | relevance | path

Searched refs:shouldForceRelocation (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.h47 bool shouldForceRelocation(const MCFixup &Fixup, const MCValue &Target);
H A DCSKYAsmBackend.cpp202 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 DPPCAsmBackend.cpp99 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 DARMAsmBackend.h33 bool shouldForceRelocation(const MCFixup &Fixup, const MCValue &Target);
H A DARMAsmBackend.cpp933 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 DLoongArchAsmBackend.h56 bool shouldForceRelocation(const MCFixup &Fixup, const MCValue &Target);
H A DLoongArchAsmBackend.cpp147 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 DMipsAsmBackend.cpp241 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 DHexagonAsmBackend.cpp202 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 DAArch64AsmBackend.cpp407 static bool shouldForceRelocation(const MCFixup &Fixup) { in shouldForceRelocation() function
427 if (shouldForceRelocation(Fixup)) in applyFixup()