Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValue.cpp609 GetTypeAsCString()); in SetValueFromString()
614 GetTypeAsCString()); in SetValueFromString()
619 GetTypeAsCString()); in SetValueFromString()
623 "%s objects do not support the 'remove' operation", GetTypeAsCString()); in SetValueFromString()
627 "%s objects do not support the 'append' operation", GetTypeAsCString()); in SetValueFromString()
631 "%s objects do not support the 'clear' operation", GetTypeAsCString()); in SetValueFromString()
635 "%s objects do not support the 'assign' operation", GetTypeAsCString()); in SetValueFromString()
639 GetTypeAsCString()); in SetValueFromString()
HDOptionValueArray.cpp22 strm.Printf("(%s of %ss)", GetTypeAsCString(), in DumpValue()
25 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
102 name.str().c_str(), GetTypeAsCString()); in GetSubValue()
HDOptionValueDictionary.cpp26 strm.Printf("(%s of %ss)", GetTypeAsCString(), in DumpValue()
29 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
249 name.str().c_str(), GetTypeAsCString()); in GetSubValue()
HDOptionValueChar.cpp22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueFormat.cpp21 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueRegex.cpp19 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueSInt64.cpp22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueArch.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueBoolean.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueLanguage.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueUInt64.cpp28 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueUUID.cpp22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueFileSpec.cpp38 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueFileColonLine.cpp35 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueEnumeration.cpp25 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueFormatEntity.cpp53 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueString.cpp21 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValueFileSpecList.cpp21 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
HDOptionValuePathMappings.cpp29 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDSection.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-head/contrib/llvm-project/lldb/include/lldb/Core/
HDSection.h190 const char *GetTypeAsCString() const;
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Utility/
HDScalar.h103 const char *GetTypeAsCString() const { return GetValueTypeAsCString(m_type); } in GetTypeAsCString() function
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValue.h87 virtual const char *GetTypeAsCString() const { in GetTypeAsCString() function
/freebsd-head/contrib/llvm-project/lldb/source/Utility/
HDScalar.cpp158 s.Printf("(%s) ", GetTypeAsCString()); in GetValue()