D | Instructions.cpp | 524 Type *AllocTy, Value *AllocSize, in createMalloc() argument 574 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() 611 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() argument 615 return createMalloc(InsertBefore, nullptr, IntPtrTy, AllocTy, AllocSize, in CreateMalloc() 619 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() argument 624 return createMalloc(InsertBefore, nullptr, IntPtrTy, AllocTy, AllocSize, in CreateMalloc() 637 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() argument 640 return createMalloc(nullptr, InsertAtEnd, IntPtrTy, AllocTy, AllocSize, in CreateMalloc() 644 Type *IntPtrTy, Type *AllocTy, in CreateMalloc() argument 648 return createMalloc(nullptr, InsertAtEnd, IntPtrTy, AllocTy, AllocSize, in CreateMalloc()
|