Home
last modified time | relevance | path

Searched refs:CompileUnitIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbIndex.h97 CompileUnitIndex m_cus;
143 CompileUnitIndex &compilands() { return m_cus; } in compilands()
144 const CompileUnitIndex &compilands() const { return m_cus; } in compilands()
DCompileUnitIndex.h76 class CompileUnitIndex {
81 explicit CompileUnitIndex(PdbIndex &index) : m_index(index) {} in CompileUnitIndex() function
DCompileUnitIndex.cpp115 CompilandIndexItem &CompileUnitIndex::GetOrCreateCompiland(uint16_t modi) { in GetOrCreateCompiland()
175 const CompilandIndexItem *CompileUnitIndex::GetCompiland(uint16_t modi) const { in GetCompiland()
182 CompilandIndexItem *CompileUnitIndex::GetCompiland(uint16_t modi) { in GetCompiland()
190 CompileUnitIndex::GetMainSourceFile(const CompilandIndexItem &item) const { in GetMainSourceFile()
DCMakeLists.txt3 CompileUnitIndex.cpp