Searched refs:m_dwarf_ast_parser_up (Results 1 – 2 of 2) sorted by relevance
1192 std::unique_ptr<DWARFASTParserClang> m_dwarf_ast_parser_up; variable
9070 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()