Home
last modified time | relevance | path

Searched refs:m_cus (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h96 CompileUnitIndex m_cus; variable
142 CompileUnitIndex &compilands() { return m_cus; } in compilands()
143 const CompileUnitIndex &compilands() const { return m_cus; } in compilands()
H A DPdbIndex.cpp32 PdbIndex::PdbIndex() : m_cus(*this), m_va_to_modi(m_allocator) {} in PdbIndex()