Searched refs:CreateFree (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 1642 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 D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1236 auto *Free = CallInst::CreateFree(SetjmpTable, TI); in runSjLjOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 795 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 D | Core.cpp | 3550 CallInst::CreateFree(unwrap(PointerVal), unwrap(B)->GetInsertBlock()))); in LLVMBuildFree()
|