Searched defs:CreateFree (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/IR/ |
D | Instructions.cpp | 756 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree() function in CallInst 759 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst 768 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree() function in CallInst 773 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 687 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree() function in CallInst 690 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst 699 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree() function in CallInst 704 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 606 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree() function in CallInst 609 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst 618 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree() function in CallInst 623 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1637 func (b Builder) CreateFree(p Value) (v Value) { func
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1475 func (b Builder) CreateFree(p Value) (v Value) { func
|