Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h98 CompileUnitIndex m_cus;
144 CompileUnitIndex &compilands() { return m_cus; } in compilands()
145 const CompileUnitIndex &compilands() const { return m_cus; } in compilands()
H A DCompileUnitIndex.cpp116 CompilandIndexItem &CompileUnitIndex::GetOrCreateCompiland(uint16_t modi) { in GetOrCreateCompiland()
167 const CompilandIndexItem *CompileUnitIndex::GetCompiland(uint16_t modi) const { in GetCompiland()
174 CompilandIndexItem *CompileUnitIndex::GetCompiland(uint16_t modi) { in GetCompiland()
182 CompileUnitIndex::GetMainSourceFile(const CompilandIndexItem &item) const { in GetMainSourceFile()
H A DCompileUnitIndex.h77 class CompileUnitIndex {
82 explicit CompileUnitIndex(PdbIndex &index) : m_index(index) {} in CompileUnitIndex() function