Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2291 llvm::PointerType *GuardPtrTy) { in getGuardAcquireFn() argument
2295 GuardPtrTy, /*isVarArg=*/false); in getGuardAcquireFn()
2304 llvm::PointerType *GuardPtrTy) { in getGuardReleaseFn() argument
2307 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardReleaseFn()
2316 llvm::PointerType *GuardPtrTy) { in getGuardAbortFn() argument
2319 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardAbortFn()