Searched refs:CreateFree (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/examples/BrainF/ |
| H A D | BrainF.cpp | 131 CallInst::CreateFree(ptr_arr, endbb)->insertInto(endbb, endbb->end()); in header()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1650 static Instruction *CreateFree(Value *Source, Instruction *InsertBefore); 1651 static Instruction *CreateFree(Value *Source, BasicBlock *InsertAtEnd); 1652 static Instruction *CreateFree(Value *Source, 1655 static Instruction *CreateFree(Value *Source,
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Instructions.cpp | 935 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree() function in CallInst 938 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst 947 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree() function in CallInst 953 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst
|
| H A D | Core.cpp | 3498 CallInst::CreateFree(unwrap(PointerVal), unwrap(B)->GetInsertBlock()))); in LLVMBuildFree()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1405 auto *Free = CallInst::CreateFree(SetjmpTable, Bundles, I); in runSjLjOnFunction()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 2062 See the method [llvm::LLVMBuilder::CreateFree]. *)
|