Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Interpreter/
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()
DOptionValueArray.cpp22 strm.Printf("(%s of %ss)", GetTypeAsCString(), in DumpValue()
25 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
103 name.str().c_str(), GetTypeAsCString()); in GetSubValue()
DOptionValueDictionary.cpp26 strm.Printf("(%s of %ss)", GetTypeAsCString(), in DumpValue()
29 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
247 name.str().c_str(), GetTypeAsCString()); in GetSubValue()
DOptionValueChar.cpp22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueFormat.cpp21 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueRegex.cpp19 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueSInt64.cpp22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueArch.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueUInt64.cpp28 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueBoolean.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueLanguage.cpp23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueUUID.cpp22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueFileSpec.cpp38 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueFileColonLine.cpp35 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueEnumeration.cpp25 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueFormatEntity.cpp53 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueString.cpp21 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValueFileSpecList.cpp21 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
DOptionValuePathMappings.cpp29 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
/openbsd/src/gnu/llvm/lldb/source/Core/
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()
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DOptionValue.h77 virtual const char *GetTypeAsCString() const { in GetTypeAsCString() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DSection.h182 const char *GetTypeAsCString() const;
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DScalar.h102 const char *GetTypeAsCString() const { return GetValueTypeAsCString(m_type); } in GetTypeAsCString() function
/openbsd/src/gnu/llvm/lldb/source/Utility/
DScalar.cpp157 s->Printf("(%s) ", GetTypeAsCString()); in GetValue()
/openbsd/src/gnu/llvm/lldb/tools/lldb-test/
Dlldb-test.cpp958 Printer.formatLine("Type: {0}", S->GetTypeAsCString()); in dumpSectionList()