Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86Subtarget.cpp226 (!F && M.getRtLibUseGOT())) && in classifyGlobalFunctionReference()
H A DX86MCInstLower.cpp1025 bool UseGot = MMI->getModule()->getRtLibUseGOT() && in LowerTlsAddr()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h890 bool getRtLibUseGOT() const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DModule.cpp664 bool Module::getRtLibUseGOT() const { in getRtLibUseGOT() function in Module
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp273 if (F.getParent() != nullptr && F.getParent()->getRtLibUseGOT()) in inferNonMandatoryLibFuncAttrs()