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.cpp2553 llvm::PointerType *GuardPtrTy) { in getGuardAcquireFn() argument
2557 GuardPtrTy, /*isVarArg=*/false); in getGuardAcquireFn()
2566 llvm::PointerType *GuardPtrTy) { in getGuardReleaseFn() argument
2569 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardReleaseFn()
2578 llvm::PointerType *GuardPtrTy) { in getGuardAbortFn() argument
2581 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardAbortFn()