Home
last modified time | relevance | path

Searched refs:lldb_type (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DValue.cpp232 Type *lldb_type = GetType(); in GetCompilerType() local
233 if (lldb_type) in GetCompilerType()
234 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1959 Type *lldb_type = die.ResolveTypeUID(form_value.Reference()); in ParseTemplateDIE() local
1960 if (lldb_type) in ParseTemplateDIE()
1961 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE()