Home
last modified time | relevance | path

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

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