Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h1642 static Instruction *CreateFree(Value *Source, Instruction *InsertBefore);
1643 static Instruction *CreateFree(Value *Source, BasicBlock *InsertAtEnd);
1644 static Instruction *CreateFree(Value *Source,
1647 static Instruction *CreateFree(Value *Source,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1236 auto *Free = CallInst::CreateFree(SetjmpTable, TI); in runSjLjOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp795 Instruction *CallInst::CreateFree(Value *Source, Instruction *InsertBefore) { in CreateFree() function in CallInst
798 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst
807 Instruction *CallInst::CreateFree(Value *Source, BasicBlock *InsertAtEnd) { in CreateFree() function in CallInst
812 Instruction *CallInst::CreateFree(Value *Source, in CreateFree() function in CallInst
H A DCore.cpp3550 CallInst::CreateFree(unwrap(PointerVal), unwrap(B)->GetInsertBlock()))); in LLVMBuildFree()