Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp102 if (M.getRtLibUseGOT() && !GV) in shouldAssumeDSOLocal()
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.cpp206 (!F && M.getRtLibUseGOT())) && in classifyGlobalFunctionReference()
DX86MCInstLower.cpp1010 bool UseGot = MMI->getModule()->getRtLibUseGOT() && in LowerTlsAddr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.cpp201 (!F && M.getRtLibUseGOT())) && in classifyGlobalFunctionReference()
DX86MCInstLower.cpp960 bool UseGot = MMI->getModule()->getRtLibUseGOT() && in LowerTlsAddr()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h850 bool getRtLibUseGOT() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp566 bool Module::getRtLibUseGOT() const { in getRtLibUseGOT() function in Module
/external/llvm-project/llvm/include/llvm/IR/
DModule.h864 bool getRtLibUseGOT() const;
/external/llvm-project/llvm/lib/IR/
DModule.cpp615 bool Module::getRtLibUseGOT() const { in getRtLibUseGOT() function in Module
/external/llvm-project/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp202 if (F.getParent() != nullptr && F.getParent()->getRtLibUseGOT()) in inferLibFuncAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp157 if (F.getParent() != nullptr && F.getParent()->getRtLibUseGOT()) in inferLibFuncAttributes()