Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1192 std::unique_ptr<DWARFASTParserClang> m_dwarf_ast_parser_up; variable
H A DTypeSystemClang.cpp9070 if (!m_dwarf_ast_parser_up) in GetDWARFParser()
9071 m_dwarf_ast_parser_up = std::make_unique<DWARFASTParserClang>(*this); in GetDWARFParser()
9072 return m_dwarf_ast_parser_up.get(); in GetDWARFParser()
9098 if (m_dwarf_ast_parser_up) in LayoutRecordType()
9099 importer = &m_dwarf_ast_parser_up->GetClangASTImporter(); in LayoutRecordType()