Home
last modified time | relevance | path

Searched defs:GetTypeAsCString (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h102 const char *GetTypeAsCString() const { return GetValueTypeAsCString(m_type); } GetTypeAsCString() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h87 virtual const char *GetTypeAsCString() const { in GetTypeAsCString() function
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp28 const char *Section::GetTypeAsCString() const { in GetTypeAsCString() function in Section