Home
last modified time | relevance | path

Searched refs:setNonLazyBind (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp73 bool setNonLazyBind = false) { in lowerObjCCall() argument
84 if (setNonLazyBind && !Fn->isWeakForLinker()) { in lowerObjCCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp125 static bool setNonLazyBind(Function &F) { in setNonLazyBind() function
158 Changed |= setNonLazyBind(F); in inferLibFuncAttributes()