Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1405 auto *Free = IRB.CreateFree(SetjmpTable, Bundles); in runSjLjOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp353 CallInst *IRBuilderBase::CreateFree(Value *Source, in CreateFree() function in IRBuilderBase
H A DCore.cpp3636 return wrap(unwrap(B)->CreateFree(unwrap(PointerVal))); in LLVMBuildFree()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h638 CallInst *CreateFree(Value *Source,