Searched refs:CompileUnitIndex (Results 1 – 6 of 6) 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()
133 CompilandIndexItem &CompileUnitIndex::GetOrCreateCompiland(uint16_t modi) { in GetOrCreateCompiland()194 const CompilandIndexItem *CompileUnitIndex::GetCompiland(uint16_t modi) const { in GetCompiland()201 CompilandIndexItem *CompileUnitIndex::GetCompiland(uint16_t modi) { in GetCompiland()209 CompileUnitIndex::GetMainSourceFile(const CompilandIndexItem &item) const { in GetMainSourceFile()
89 class CompileUnitIndex {94 explicit CompileUnitIndex(PdbIndex &index) : m_index(index) {} in CompileUnitIndex() function
3 CompileUnitIndex.cpp
25 "CompileUnitIndex.cpp",
4556 lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h