Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp107 compiler_type.DumpTypeValue( in FormatObject()
194 valobj_enum_type.DumpTypeValue(&sstr, lldb::eFormatEnum, data, 0, in FormatObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h516 bool DumpTypeValue(Stream *s, lldb::Format format, const DataExtractor &data,
H A DTypeSystem.h422 virtual bool DumpTypeValue(lldb::opaque_compiler_type_t type, Stream &s,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp1052 bool CompilerType::DumpTypeValue(Stream *s, lldb::Format format, in DumpTypeValue() function in CompilerType
1060 return type_system_sp->DumpTypeValue( in DumpTypeValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1089 bool DumpTypeValue(lldb::opaque_compiler_type_t type, Stream &s,
H A DTypeSystemClang.cpp8658 bool TypeSystemClang::DumpTypeValue( in DumpTypeValue() function in TypeSystemClang
8674 return DumpTypeValue(qual_type.getAsOpaquePtr(), s, format, data, byte_offset, byte_size, in DumpTypeValue()
8691 return typedef_clang_type.DumpTypeValue( in DumpTypeValue()