Home
last modified time | relevance | path

Searched refs:DumpTypeValue (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DTypeFormat.cpp103 compiler_type.DumpTypeValue( in FormatObject()
191 valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0, in FormatObject()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp832 bool CompilerType::DumpTypeValue(Stream *s, lldb::Format format, in DumpTypeValue() function in CompilerType
840 return type_system_sp->DumpTypeValue(m_type, s, format, data, byte_offset, in DumpTypeValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h445 bool DumpTypeValue(Stream *s, lldb::Format format, const DataExtractor &data,
H A DTypeSystem.h392 virtual bool DumpTypeValue(lldb::opaque_compiler_type_t type, Stream *s,
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h979 bool DumpTypeValue(lldb::opaque_compiler_type_t type, Stream *s,
H A DTypeSystemClang.cpp9048 bool TypeSystemClang::DumpTypeValue( in DumpTypeValue() function in TypeSystemClang
9064 return DumpTypeValue(qual_type.getAsOpaquePtr(), s, format, data, byte_offset, byte_size, in DumpTypeValue()
9081 return typedef_clang_type.DumpTypeValue( in DumpTypeValue()