| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBTypeFormat.cpp | 50 lldb::Format SBTypeFormat::GetFormat() { in GetFormat() function in SBTypeFormat 54 return ((TypeFormatImpl_Format *)m_opaque_sp.get())->GetFormat(); in GetFormat() 133 if (GetFormat() == rhs.GetFormat()) in IsEqualTo() 177 TypeFormatImplSP(new TypeFormatImpl_Format(GetFormat(), GetOptions()))); in CopyOnWrite_Impl()
|
| H A D | SBValue.cpp | 1227 lldb::Format SBValue::GetFormat() { in GetFormat() function in SBValue 1233 return value_sp->GetFormat(); in GetFormat()
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 60 DumpDataExtractor(data, ®_sstr, 0, GetFormat(), reg_info->byte_size, in FormatObject() 70 if (GetFormat() == eFormatCString) { in FormatObject() 105 GetFormat(), // Format to display this type with in FormatObject() 128 sstr.Printf("%s%s%s%s", FormatManager::GetFormatAsCString(GetFormat()), in GetDescription()
|
| H A D | DataVisualization.cpp | 31 DataVisualization::GetFormat(ValueObject &valobj, in GetFormat() function in DataVisualization 33 return GetFormatManager().GetFormat(valobj, use_dynamic); in GetFormat()
|
| H A D | VectorType.cpp | 221 m_parent_format = m_backend.GetFormat(); in Update()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBTypeFormat.i | 37 GetFormat (); 68 format = property(GetFormat, SetFormat)
|
| H A D | SBValue.i | 96 GetFormat ();
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBTypeFormat.h | 35 lldb::Format GetFormat();
|
| H A D | SBValue.h | 51 lldb::Format GetFormat();
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupFormat.h | 50 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/ |
| H A D | DataVisualization.h | 32 static lldb::TypeFormatImplSP GetFormat(ValueObject &valobj,
|
| H A D | TypeFormat.h | 168 lldb::Format GetFormat() const { return m_format; } in GetFormat() function
|
| H A D | FormatManager.h | 121 lldb::TypeFormatImplSP GetFormat(ValueObject &valobj,
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 119 switch (format_options.GetFormat()) { in FinalizeSettings() 823 Format format = m_format_options.GetFormat(); in DoExecute() 846 Format format = m_format_options.GetFormat(); in DoExecute() 1389 if (m_format_options.GetFormat() == eFormatPointer) in DoExecute() 1400 switch (m_format_options.GetFormat()) { in DoExecute() 1492 if (m_format_options.GetFormat() == eFormatCString) in DoExecute()
|
| H A D | CommandObjectRegister.cpp | 97 prefix_with_altname, m_format_options.GetFormat(), 8, in DumpRegister()
|
| H A D | CommandObjectFrame.cpp | 518 const Format format = m_option_format.GetFormat(); in DoExecute() 695 options.SetFormat(m_option_format.GetFormat()); in DoExecute()
|
| H A D | CommandObjectExpression.cpp | 418 Format format = m_format_options.GetFormat(); in EvaluateExpression()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Type.cpp | 329 exe_ctx, s, format == lldb::eFormatDefault ? GetFormat() : format, data, in DumpValue() 412 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); } in GetFormat() function in Type
|
| H A D | CompilerType.cpp | 581 lldb::Format CompilerType::GetFormat() const { in GetFormat() function in CompilerType 584 return type_system_sp->GetFormat(m_type); in GetFormat()
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | sbvalue.py | 62 return self.sbvalue.GetFormat()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 336 lldb::Format GetFormat() const;
|
| H A D | Type.h | 166 lldb::Format GetFormat();
|
| H A D | TypeSystem.h | 296 virtual lldb::Format GetFormat(lldb::opaque_compiler_type_t type) = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObject.cpp | 218 SetValueFormat(DataVisualization::GetFormat(*this, eNoDynamicValues)); in UpdateFormatsIfNeeded() 1061 lldb::Format my_format = GetFormat(); in GetValueAsCString() 1074 my_format = GetValue().GetCompilerType().GetFormat(); in GetValueAsCString() 3081 lldb::Format ValueObject::GetFormat() const { in GetFormat() function in ValueObject
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | REPL.cpp | 350 lldb::Format format = m_format_options.GetFormat(); in IOHandlerInputComplete()
|