Searched refs:CreateMalloc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1619 static Instruction *CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, 1624 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy, 1629 static Instruction *CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy, 1635 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1022 Instruction *SetjmpTable = CallInst::CreateMalloc( in runSjLjOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 718 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst 726 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst 744 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst 751 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
|
| H A D | Core.cpp | 3496 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() 3507 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
|