Searched defs:CreateFree (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 568 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree() function in CallInst 571 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst 580 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree() function in CallInst 585 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/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 496 Instruction * CallInst::CreateFree(Value* Source, Instruction *InsertBefore) { in CreateFree() function in CallInst 503 Instruction* CallInst::CreateFree(Value* Source, BasicBlock *InsertAtEnd) { in CreateFree() function in CallInst
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1475 func (b Builder) CreateFree(p Value) (v Value) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1542 func (b Builder) CreateFree(p Value) (v Value) { func
|