Home
last modified time | relevance | path

Searched refs:CreateFree (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp131 CallInst::CreateFree(ptr_arr, endbb)->insertInto(endbb, endbb->end()); in header()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h1650 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 DInstructions.cpp935 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 DCore.cpp3498 CallInst::CreateFree(unwrap(PointerVal), unwrap(B)->GetInsertBlock()))); in LLVMBuildFree()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1405 auto *Free = CallInst::CreateFree(SetjmpTable, Bundles, I); in runSjLjOnFunction()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2062 See the method [llvm::LLVMBuilder::CreateFree]. *)