Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstructions.cpp528 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
536 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
555 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
562 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp438 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
455 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
/external/llvm/bindings/go/llvm/
Dir.go1451 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func