Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp506 Value *MallocFunc = MallocF; in createMalloc() local
507 if (!MallocFunc) in createMalloc()
509 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in createMalloc()
514 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall", in createMalloc()
521 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall"); in createMalloc()
530 if (Function *F = dyn_cast<Function>(MallocFunc)) { in createMalloc()