Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp249 Type *lldb_type = GetType(); in GetCompilerType() local
250 if (lldb_type) in GetCompilerType()
251 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2068 Type *lldb_type = die.ResolveTypeUID(form_value.Reference()); in ParseTemplateDIE() local
2069 if (lldb_type) in ParseTemplateDIE()
2070 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE()