Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValue.cpp233 Type *lldb_type = GetType(); in GetCompilerType() local
234 if (lldb_type) in GetCompilerType()
235 m_compiler_type = lldb_type->GetForwardCompilerType(); in GetCompilerType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2024 Type *lldb_type = die.ResolveTypeUID(form_value.Reference()); in ParseTemplateDIE() local
2025 if (lldb_type) in ParseTemplateDIE()
2026 clang_type = lldb_type->GetForwardCompilerType(); in ParseTemplateDIE()