Home
last modified time | relevance | path

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

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