Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.h96 CompileUnitIndex m_cus;
142 CompileUnitIndex &compilands() { return m_cus; } in compilands()
143 const CompileUnitIndex &compilands() const { return m_cus; } in compilands()
H A DCompileUnitIndex.cpp1 //===-- CompileUnitIndex.cpp ----------------------------------------------===//
9 #include "CompileUnitIndex.h"
133 CompilandIndexItem &CompileUnitIndex::GetOrCreateCompiland(uint16_t modi) { in GetOrCreateCompiland()
198 const CompilandIndexItem *CompileUnitIndex::GetCompiland(uint16_t modi) const { in GetCompiland()
205 CompilandIndexItem *CompileUnitIndex::GetCompiland(uint16_t modi) { in GetCompiland()
213 CompileUnitIndex::GetMainSourceFile(const CompilandIndexItem &item) const { in GetMainSourceFile()
H A DCompileUnitIndex.h90 class CompileUnitIndex {
95 explicit CompileUnitIndex(PdbIndex &index) : m_index(index) {} in CompileUnitIndex() function