Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp218 (!F && M.getRtLibUseGOT())) && in classifyGlobalFunctionReference()
H A DX86MCInstLower.cpp554 bool UseGot = MMI->getModule()->getRtLibUseGOT() && in LowerTlsAddr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h975 bool getRtLibUseGOT() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DModule.cpp669 bool Module::getRtLibUseGOT() const { in getRtLibUseGOT() function in Module
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp269 if (F.getParent() != nullptr && F.getParent()->getRtLibUseGOT()) in inferNonMandatoryLibFuncAttrs()