Searched refs:m_cus (Results 1 – 2 of 2) sorted by relevance
96 CompileUnitIndex m_cus; variable142 CompileUnitIndex &compilands() { return m_cus; } in compilands()143 const CompileUnitIndex &compilands() const { return m_cus; } in compilands()
32 PdbIndex::PdbIndex() : m_cus(*this), m_va_to_modi(m_allocator) {} in PdbIndex()