Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1644 StringRef MallocName = TLI->getName(LibFunc_malloc); in emitMalloc() local
1646 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc()
1648 inferLibFuncAttributes(M, MallocName, *TLI); in emitMalloc()
1649 CallInst *CI = B.CreateCall(Malloc, Num, MallocName); in emitMalloc()