Searched refs:CompileUnitIndex (Results 1 – 3 of 3) sorted by relevance
96 CompileUnitIndex m_cus;142 CompileUnitIndex &compilands() { return m_cus; } in compilands()143 const CompileUnitIndex &compilands() const { return m_cus; } in compilands()
1 //===-- CompileUnitIndex.cpp ----------------------------------------------===//9 #include "CompileUnitIndex.h"133 CompilandIndexItem &CompileUnitIndex::GetOrCreateCompiland(uint16_t modi) { in GetOrCreateCompiland() 198 const CompilandIndexItem *CompileUnitIndex::GetCompiland(uint16_t modi) const { in GetCompiland() 205 CompilandIndexItem *CompileUnitIndex::GetCompiland(uint16_t modi) { in GetCompiland() 213 CompileUnitIndex::GetMainSourceFile(const CompilandIndexItem &item) const { in GetMainSourceFile()
90 class CompileUnitIndex {95 explicit CompileUnitIndex(PdbIndex &index) : m_index(index) {} in CompileUnitIndex() function