/openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
H A D | OptionValue.cpp | 586 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 D | OptionValueArray.cpp | 22 strm.Printf("(%s of %ss)", GetTypeAsCString(), in DumpValue() 25 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue() 103 name.str().c_str(), GetTypeAsCString()); in GetSubValue()
|
H A D | OptionValueDictionary.cpp | 26 strm.Printf("(%s of %ss)", GetTypeAsCString(), in DumpValue() 29 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue() 247 name.str().c_str(), GetTypeAsCString()); in GetSubValue()
|
H A D | OptionValueChar.cpp | 22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueFormat.cpp | 21 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueRegex.cpp | 19 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueSInt64.cpp | 22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueArch.cpp | 23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueUInt64.cpp | 28 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueBoolean.cpp | 23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueLanguage.cpp | 23 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueUUID.cpp | 22 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueFileSpec.cpp | 38 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueFileColonLine.cpp | 35 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueFormatEntity.cpp | 53 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueEnumeration.cpp | 25 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueString.cpp | 21 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValueFileSpecList.cpp | 21 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
H A D | OptionValuePathMappings.cpp | 29 strm.Printf("(%s)", GetTypeAsCString()); in DumpValue()
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | Section.cpp | 28 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/ |
H A D | OptionValue.h | 77 virtual const char *GetTypeAsCString() const { in GetTypeAsCString() function
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Section.h | 182 const char *GetTypeAsCString() const;
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | Scalar.h | 102 const char *GetTypeAsCString() const { return GetValueTypeAsCString(m_type); } in GetTypeAsCString() function
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | Scalar.cpp | 157 s->Printf("(%s) ", GetTypeAsCString()); in GetValue()
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/ |
H A D | lldb-test.cpp | 958 Printer.formatLine("Type: {0}", S->GetTypeAsCString()); in dumpSectionList()
|