Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2581 llvm::PointerType *GuardPtrTy) { in getGuardAcquireFn() argument
2585 GuardPtrTy, /*isVarArg=*/false); in getGuardAcquireFn()
2594 llvm::PointerType *GuardPtrTy) { in getGuardReleaseFn() argument
2597 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardReleaseFn()
2606 llvm::PointerType *GuardPtrTy) { in getGuardAbortFn() argument
2609 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardAbortFn()