Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DType.cpp309 void Type::DumpTypeName(Stream *s) { GetName().Dump(s, "<invalid-type-name>"); } in DumpTypeName() function in Type
320 DumpTypeName(s); in DumpValue()
DVariable.cpp114 type->DumpTypeName(s); in Dump()
/external/llvm-project/lldb/include/lldb/Symbol/
DType.h110 void DumpTypeName(Stream *s);
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h988 static void DumpTypeName(const CompilerType &type);
DTypeSystemClang.cpp9017 void TypeSystemClang::DumpTypeName(const CompilerType &type) { in DumpTypeName() function in TypeSystemClang
9064 return DumpTypeName(CompilerType(type.GetTypeSystem(), in DumpTypeName()
9071 return DumpTypeName(CompilerType( in DumpTypeName()
9078 return DumpTypeName(CompilerType( in DumpTypeName()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp3961 type->DumpTypeName(&strm); in Dump()