Home | History | Annotate | Download | only in VMCore

Lines Matching refs:getOrInsertFunction

403     MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy, NULL);
476 Value *FreeFunc = M->getOrInsertFunction("free", VoidTy, IntPtrTy, NULL);