Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDItaniumCXXABI.cpp1704 llvm::PointerType *GuardPtrTy) { in getGuardAcquireFn() argument
1708 GuardPtrTy, /*isVarArg=*/false); in getGuardAcquireFn()
1716 llvm::PointerType *GuardPtrTy) { in getGuardReleaseFn() argument
1719 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardReleaseFn()
1727 llvm::PointerType *GuardPtrTy) { in getGuardAbortFn() argument
1730 llvm::FunctionType::get(CGM.VoidTy, GuardPtrTy, /*isVarArg=*/false); in getGuardAbortFn()