Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h267 unsigned GetPtrAuthDiscriminator() const;
H A DTypeSystem.h228 GetPtrAuthDiscriminator(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp118 unsigned CompilerType::GetPtrAuthDiscriminator() const { in GetPtrAuthDiscriminator() function in CompilerType
121 return type_system_sp->GetPtrAuthDiscriminator(m_type); in GetPtrAuthDiscriminator()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h661 unsigned GetPtrAuthDiscriminator(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2996 TypeSystemClang::GetPtrAuthDiscriminator(lldb::opaque_compiler_type_t type) { in GetPtrAuthDiscriminator() function in TypeSystemClang