Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h269 bool GetPtrAuthAddressDiversity() const;
H A DTypeSystem.h231 GetPtrAuthAddressDiversity(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp125 bool CompilerType::GetPtrAuthAddressDiversity() const { in GetPtrAuthAddressDiversity() function in CompilerType
128 return type_system_sp->GetPtrAuthAddressDiversity(m_type); in GetPtrAuthAddressDiversity()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h662 bool GetPtrAuthAddressDiversity(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3005 bool TypeSystemClang::GetPtrAuthAddressDiversity( in GetPtrAuthAddressDiversity() function in TypeSystemClang