Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DInstructions.cpp400 Value *MallocFunc = MallocF; in createMalloc() local
401 if (!MallocFunc) in createMalloc()
403 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, NULL); in createMalloc()
408 MCall = CallInst::Create(MallocFunc, AllocSize, "malloccall", InsertBefore); in createMalloc()
414 MCall = CallInst::Create(MallocFunc, AllocSize, "malloccall"); in createMalloc()
423 if (Function *F = dyn_cast<Function>(MallocFunc)) { in createMalloc()