Home
last modified time | relevance | path

Searched refs:getRtLibUseGOT (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp219 (!F && M.getRtLibUseGOT())) && in classifyGlobalFunctionReference()
H A DX86MCInstLower.cpp566 bool UseGot = MMI->getModule()->getRtLibUseGOT() && in LowerTlsAddr()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h988 bool getRtLibUseGOT() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp700 bool Module::getRtLibUseGOT() const { in getRtLibUseGOT() function in Module
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1349 if (Info.Callee.isSymbol() && F.getParent()->getRtLibUseGOT()) { in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp269 if (F.getParent() != nullptr && F.getParent()->getRtLibUseGOT()) in inferNonMandatoryLibFuncAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3182 if (MF->getFunction().getParent()->getRtLibUseGOT()) in fastLowerCall()
H A DAArch64ISelLowering.cpp8773 MF.getFunction().getParent()->getRtLibUseGOT(); in LowerCall()