Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp457 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
474 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1443 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func