Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValue.cpp586 GetTypeAsCString()); in SetValueFromString()
591 GetTypeAsCString()); in SetValueFromString()
596 GetTypeAsCString()); in SetValueFromString()
600 "%s objects do not support the 'remove' operation", GetTypeAsCString()); in SetValueFromString()
604 "%s objects do not support the 'append' operation", GetTypeAsCString()); in SetValueFromString()
608 "%s objects do not support the 'clear' operation", GetTypeAsCString()); in SetValueFromString()
612 "%s objects do not support the 'assign' operation", GetTypeAsCString()); in SetValueFromString()
616 GetTypeAsCString()); in SetValueFromString()
H A DOptionValueArray.cpp22 strm.Printf("(%s of %ss)", GetTypeAsCString(), in DumpValue()
25 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
95 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()
238 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 DOptionValueUInt64.cpp28 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueLanguage.cpp23 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 DOptionValueFormatEntity.cpp53 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValueEnumeration.cpp25 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()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DScalarTest.cpp378 ASSERT_STREQ(S.GetTypeAsCString(), "int"); in TEST()
383 ASSERT_STREQ(S.GetTypeAsCString(), "int"); in TEST()
/llvm-project-15.0.7/lldb/source/Core/
H A DSection.cpp28 const char *Section::GetTypeAsCString() const { in GetTypeAsCString() function in Section
274 s << llvm::format("0x%8.8" PRIx64 " %-16s ", GetID(), GetTypeAsCString()); in Dump()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h76 virtual const char *GetTypeAsCString() const { in GetTypeAsCString() function
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DSection.h182 const char *GetTypeAsCString() const;
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DScalar.h102 const char *GetTypeAsCString() const { return GetValueTypeAsCString(m_type); } in GetTypeAsCString() function
/llvm-project-15.0.7/lldb/source/Utility/
H A DScalar.cpp157 s->Printf("(%s) ", GetTypeAsCString()); in GetValue()

12