Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp23 strm.Printf("(%s of %ss)", GetTypeAsCString(), in DumpValue()
26 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
96 name.str().c_str(), GetTypeAsCString()); in GetSubValue()
H A DOptionValueDictionary.cpp25 strm.Printf("(%s of %ss)", GetTypeAsCString(), in DumpValue()
28 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
227 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.cpp23 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.cpp29 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.cpp36 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.cpp22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
H A DOptionValuePathMappings.cpp31 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp28 const char *Section::GetTypeAsCString() const { in GetTypeAsCString() function in Section
288 s << llvm::format("0x%8.8" PRIx64 " %-16s ", GetID(), GetTypeAsCString()); in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h76 virtual const char *GetTypeAsCString() const { in GetTypeAsCString() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h176 const char *GetTypeAsCString() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h102 const char *GetTypeAsCString() const { return GetValueTypeAsCString(m_type); } in GetTypeAsCString() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp157 s->Printf("(%s) ", GetTypeAsCString()); in GetValue()