Home
last modified time | relevance | path

Searched refs:PutS (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp940 Value *PutS = in emitPutS() local
943 CallInst *CI = B.CreateCall(PutS, castToCStr(Str, B), "puts"); in emitPutS()
944 if (const Function *F = dyn_cast<Function>(PutS->stripPointerCasts())) in emitPutS()
/external/llvm-project/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1357 FunctionCallee PutS = in emitPutS() local
1360 CallInst *CI = B.CreateCall(PutS, castToCStr(Str, B), PutsName); in emitPutS()
1362 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts())) in emitPutS()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1159 FunctionCallee PutS = in emitPutS() local
1162 CallInst *CI = B.CreateCall(PutS, castToCStr(Str, B), PutsName); in emitPutS()
1164 dyn_cast<Function>(PutS.getCallee()->stripPointerCasts())) in emitPutS()