| D | Instructions.cpp | 632 Type *AllocTy, Value *AllocSize, in createMalloc() argument 682 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() 719 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() argument 723 return createMalloc(InsertBefore, nullptr, IntPtrTy, AllocTy, AllocSize, in CreateMalloc() 727 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() argument 732 return createMalloc(InsertBefore, nullptr, IntPtrTy, AllocTy, AllocSize, in CreateMalloc() 745 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() argument 748 return createMalloc(nullptr, InsertAtEnd, IntPtrTy, AllocTy, AllocSize, in CreateMalloc() 752 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() argument 756 return createMalloc(nullptr, InsertAtEnd, IntPtrTy, AllocTy, AllocSize, in CreateMalloc()
|