Home
last modified time | relevance | path

Searched refs:GetTypeAsCString (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp609 GetTypeAsCString());
614 GetTypeAsCString());
619 GetTypeAsCString());
623 "%s objects do not support the 'remove' operation", GetTypeAsCString());
627 "%s objects do not support the 'append' operation", GetTypeAsCString());
631 "%s objects do not support the 'clear' operation", GetTypeAsCString());
635 "%s objects do not support the 'assign' operation", GetTypeAsCString());
639 GetTypeAsCString());
H A DOptionValueArray.cpp22 strm.Printf("(%s of %ss)", GetTypeAsCString(), in DumpValue()
25 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
102 name.str().c_str(), GetTypeAsCString()); in GetSubValue()
H A DOptionValueDictionary.cpp26 strm.Printf("(%s of %ss)", GetTypeAsCString(), in DumpValue()
29 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
249 name.str().c_str(), GetTypeAsCString()); in GetSubValue()
H A DOptionValueChar.cpp22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueFormat.cpp21 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueRegex.cpp19 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueArch.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueSInt64.cpp22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueBoolean.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueLanguage.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueUInt64.cpp28 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueUUID.cpp22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueFileSpec.cpp38 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueFileColonLine.cpp35 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueEnumeration.cpp25 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueFormatEntity.cpp53 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueString.cpp21 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueFileSpecList.cpp21 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValuePathMappings.cpp29 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp28 const char *Section::GetTypeAsCString() const { in GetTypeAsCString() function in Section
278 s << llvm::format("0x%16.16" PRIx64 " %-22s ", GetID(), GetTypeAsCString()); in Dump()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h190 const char *GetTypeAsCString() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h87 virtual const char *GetTypeAsCString() const {
82 virtual const char *GetTypeAsCString() const { GetTypeAsCString() function
/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/source/Utility/
H A DScalar.cpp158 s.Printf("(%s) ", GetTypeAsCString()); in GetValue()