Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2324 llvm::PointerType *GuardPtrTy) { in getGuardAcquireFn() argument
2328 GuardPtrTy, /*isVarArg=*/false); in getGuardAcquireFn()
2337 llvm::PointerType *GuardPtrTy) { in getGuardReleaseFn() argument
2340 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardReleaseFn()
2349 llvm::PointerType *GuardPtrTy) { in getGuardAbortFn() argument
2352 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardAbortFn()