| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeFormat.cpp | 54 lldb::Format SBTypeFormat::GetFormat() { in GetFormat() function in SBTypeFormat 55 LLDB_RECORD_METHOD_NO_ARGS(lldb::Format, SBTypeFormat, GetFormat); in GetFormat() 58 return ((TypeFormatImpl_Format *)m_opaque_sp.get())->GetFormat(); in GetFormat() 142 if (GetFormat() == rhs.GetFormat()) in IsEqualTo() 187 TypeFormatImplSP(new TypeFormatImpl_Format(GetFormat(), GetOptions()))); in CopyOnWrite_Impl() 206 LLDB_REGISTER_METHOD(lldb::Format, SBTypeFormat, GetFormat, ()); in RegisterMethods()
|
| H A D | SBValue.cpp | 1269 lldb::Format SBValue::GetFormat() { in GetFormat() function in SBValue 1270 LLDB_RECORD_METHOD_NO_ARGS(lldb::Format, SBValue, GetFormat); in GetFormat() 1275 return value_sp->GetFormat(); in GetFormat() 1649 LLDB_REGISTER_METHOD(lldb::Format, SBValue, GetFormat, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 59 DumpDataExtractor(data, ®_sstr, 0, GetFormat(), reg_info->byte_size, in FormatObject() 69 if (GetFormat() == eFormatCString) { in FormatObject() 103 GetFormat(), // Format to display this type with in FormatObject() 126 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 | 219 m_parent_format = m_backend.GetFormat(); in Update()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeFormat.i | 37 GetFormat (); 68 format = property(GetFormat, SetFormat)
|
| H A D | SBValue.i | 96 GetFormat ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTypeFormat.h | 35 lldb::Format GetFormat();
|
| H A D | SBValue.h | 51 lldb::Format GetFormat();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionGroupFormat.h | 44 lldb::Format GetFormat() const { return m_format.GetCurrentValue(); } in GetFormat() function
|
| /freebsd-13.1/contrib/llvm-project/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,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 116 switch (format_options.GetFormat()) { in FinalizeSettings() 808 Format format = m_format_options.GetFormat(); in DoExecute() 831 Format format = m_format_options.GetFormat(); in DoExecute() 1344 if (m_format_options.GetFormat() == eFormatPointer) in DoExecute() 1355 switch (m_format_options.GetFormat()) { in DoExecute() 1447 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 | 513 const Format format = m_option_format.GetFormat(); in DoExecute() 692 options.SetFormat(m_option_format.GetFormat()); in DoExecute()
|
| H A D | CommandObjectExpression.cpp | 430 Format format = m_format_options.GetFormat(); in EvaluateExpression()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 323 exe_ctx, s, format == lldb::eFormatDefault ? GetFormat() : format, data, in DumpValue() 401 lldb::Format Type::GetFormat() { return GetForwardCompilerType().GetFormat(); } in GetFormat() function in Type
|
| H A D | CompilerType.cpp | 508 lldb::Format CompilerType::GetFormat() const { in GetFormat() function in CompilerType 512 return m_type_system->GetFormat(m_type); in GetFormat()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 275 lldb::Format GetFormat() const;
|
| H A D | Type.h | 171 lldb::Format GetFormat();
|
| H A D | TypeSystem.h | 285 virtual lldb::Format GetFormat(lldb::opaque_compiler_type_t type) = 0;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObject.cpp | 217 SetValueFormat(DataVisualization::GetFormat(*this, eNoDynamicValues)); in UpdateFormatsIfNeeded() 1050 lldb::Format my_format = GetFormat(); in GetValueAsCString() 1063 my_format = GetValue().GetCompilerType().GetFormat(); in GetValueAsCString() 3066 lldb::Format ValueObject::GetFormat() const { in GetFormat() function in ValueObject
|
| H A D | Value.cpp | 270 return ast_type.GetFormat(); in GetValueDefaultFormat()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 345 lldb::Format format = m_format_options.GetFormat(); in IOHandlerInputComplete()
|