Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainF.cpp97 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem, in header()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h1608 static Instruction *CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy,
1613 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy,
1618 static Instruction *CreateMalloc(Instruction *InsertBefore, Type *IntPtrTy,
1624 static Instruction *CreateMalloc(BasicBlock *InsertAtEnd, Type *IntPtrTy,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp968 Instruction *SetjmpTable = CallInst::CreateMalloc( in runSjLjOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp712 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
720 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
738 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
745 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
H A DCore.cpp3485 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc()
3496 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1613 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2111 See the method [llvm::CallInst::CreateMalloc]. *)