Home
last modified time | relevance | path

Searched defs:CreateMalloc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp750 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
758 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
776 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
783 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go1579 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func