Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValue.cpp584 GetTypeAsCString()); in SetValueFromString()
589 GetTypeAsCString()); in SetValueFromString()
594 GetTypeAsCString()); in SetValueFromString()
598 "%s objects do not support the 'remove' operation", GetTypeAsCString()); in SetValueFromString()
602 "%s objects do not support the 'append' operation", GetTypeAsCString()); in SetValueFromString()
606 "%s objects do not support the 'clear' operation", GetTypeAsCString()); in SetValueFromString()
610 "%s objects do not support the 'assign' operation", GetTypeAsCString()); in SetValueFromString()
614 GetTypeAsCString()); in SetValueFromString()
H A DOptionValueArray.cpp24 strm.Printf("(%s of %ss)", GetTypeAsCString(), in DumpValue()
27 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
96 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()
227 name.str().c_str(), GetTypeAsCString()); in GetSubValue()
H A DOptionValueChar.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueFormat.cpp22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueRegex.cpp20 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueSInt64.cpp24 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueArch.cpp24 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueUInt64.cpp31 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueBoolean.cpp24 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueLanguage.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueUUID.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueFileSpec.cpp45 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueFormatEntity.cpp57 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueEnumeration.cpp29 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueString.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueFileSpecLIst.cpp22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValuePathMappings.cpp32 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSection.cpp30 const char *Section::GetTypeAsCString() const { in GetTypeAsCString() function in Section
306 s->Printf("0x%8.8" PRIx64 " %-16s ", GetID(), GetTypeAsCString()); in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h84 virtual const char *GetTypeAsCString() const { in GetTypeAsCString() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h185 const char *GetTypeAsCString() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DScalar.h154 const char *GetTypeAsCString() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DScalar.cpp228 s->Printf("(%s) ", GetTypeAsCString()); in GetValue()
257 const char *Scalar::GetTypeAsCString() const { in GetTypeAsCString() function in Scalar