Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstructions.cpp469 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
486 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
/external/llvm/bindings/go/llvm/
Dir.go1443 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func