Searched refs:AuthenticationMode (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuthInfo.h | 26 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 D | CGPointerAuth.cpp | 318 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 D | PointerAuthOptions.h | 80 PointerAuthenticationMode AuthenticationMode, 87 SelectedAuthenticationMode(AuthenticationMode), in TheKind()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.cpp | 254 if (auto AuthenticationMode = in appendUnqualifiedNameAfter() local 256 switch (*AuthenticationMode->getAsUnsignedConstant()) { in appendUnqualifiedNameAfter()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Type.h | 200 PointerAuthenticationMode AuthenticationMode, 207 (llvm::to_underlying(AuthenticationMode) 234 PointerAuthenticationMode AuthenticationMode, bool IsIsaPointer, 240 AuthenticationMode, IsIsaPointer,
|