Searched refs:CompileUnitIndex (Results 1 – 7 of 7) 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
26 "CompileUnitIndex.cpp",
49 CompileUnitIndex.cpp \
4553 lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h