Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetMachine.cpp120 if (M.getRtLibUseGOT() && !GV) in shouldAssumeDSOLocal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.cpp190 (!F && M.getRtLibUseGOT())) && in classifyGlobalFunctionReference()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModule.cpp520 bool Module::getRtLibUseGOT() const { in getRtLibUseGOT() function in Module
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h854 bool getRtLibUseGOT() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp130 if (F.getParent() != nullptr && F.getParent()->getRtLibUseGOT()) in inferLibFuncAttributes()