Home
last modified time | relevance | path

Searched refs:getAllocaPtrType (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h278 PointerType *getAllocaPtrType(LLVMContext &Ctx) const { in getAllocaPtrType() function
H A DIRBuilder.h1049 return CreateIntrinsic(Intrinsic::stacksave, {DL.getAllocaPtrType(Context)},
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp510 PointerType *AllocaPtrTy = M.getDataLayout().getAllocaPtrType(M.getContext()); in runOnFunction()