Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DInstructions.cpp679 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
687 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
705 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
712 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp610 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
618 Instruction *CallInst::CreateMalloc(Instruction *InsertBefore, in CreateMalloc() function in CallInst
636 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
643 Instruction *CallInst::CreateMalloc(BasicBlock *InsertAtEnd, in CreateMalloc() function in CallInst
/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/llvm-project/llvm/bindings/go/llvm/
Dir.go1613 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func
/external/llvm/bindings/go/llvm/
Dir.go1451 func (b Builder) CreateMalloc(t Type, name string) (v Value) { func