Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2366 llvm::PointerType *GuardPtrTy) { in getGuardAcquireFn() argument
2370 GuardPtrTy, /*isVarArg=*/false); in getGuardAcquireFn()
2379 llvm::PointerType *GuardPtrTy) { in getGuardReleaseFn() argument
2382 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardReleaseFn()
2391 llvm::PointerType *GuardPtrTy) { in getGuardAbortFn() argument
2394 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardAbortFn()