Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuthInfo.h26 PointerAuthenticationMode AuthenticationMode : 2;
34 : AuthenticationMode(PointerAuthenticationMode::None), in CGPointerAuthInfo()
37 CGPointerAuthInfo(unsigned Key, PointerAuthenticationMode AuthenticationMode, in CGPointerAuthInfo() argument
40 : AuthenticationMode(AuthenticationMode), IsIsaPointer(IsIsaPointer), in CGPointerAuthInfo()
50 return AuthenticationMode != PointerAuthenticationMode::None; in isSigned()
63 return AuthenticationMode; in getAuthenticationMode()
71 return AuthenticationMode == PointerAuthenticationMode::Strip || in shouldStrip()
72 AuthenticationMode == PointerAuthenticationMode::SignAndStrip; in shouldStrip()
76 return AuthenticationMode == PointerAuthenticationMode::SignAndStrip || in shouldSign()
77 AuthenticationMode == PointerAuthenticationMode::SignAndAuth; in shouldSign()
[all …]
H A DCGPointerAuth.cpp318 auto AuthenticationMode = Schema.getAuthenticationMode(); in shouldSignPointer() local
319 return AuthenticationMode == PointerAuthenticationMode::SignAndStrip || in shouldSignPointer()
320 AuthenticationMode == PointerAuthenticationMode::SignAndAuth; in shouldSignPointer()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPointerAuthOptions.h80 PointerAuthenticationMode AuthenticationMode,
87 SelectedAuthenticationMode(AuthenticationMode), in TheKind()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp254 if (auto AuthenticationMode = in appendUnqualifiedNameAfter() local
256 switch (*AuthenticationMode->getAsUnsignedConstant()) { in appendUnqualifiedNameAfter()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h200 PointerAuthenticationMode AuthenticationMode,
207 (llvm::to_underlying(AuthenticationMode)
234 PointerAuthenticationMode AuthenticationMode, bool IsIsaPointer,
240 AuthenticationMode, IsIsaPointer,