Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp308 void Type::DumpTypeName(Stream *s) { GetName().Dump(s, "<invalid-type-name>"); } in DumpTypeName() function in Type
319 DumpTypeName(s); in DumpValue()
H A DVariable.cpp114 type->DumpTypeName(s); in Dump()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h116 void DumpTypeName(Stream *s);
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h979 static void DumpTypeName(const CompilerType &type);
H A DTypeSystemClang.cpp9247 void TypeSystemClang::DumpTypeName(const CompilerType &type) { in DumpTypeName() function in TypeSystemClang
9294 return DumpTypeName(CompilerType(type.GetTypeSystem(), in DumpTypeName()
9301 return DumpTypeName(CompilerType( in DumpTypeName()
9308 return DumpTypeName(CompilerType( in DumpTypeName()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp3945 type->DumpTypeName(&strm); in Dump()