Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp133 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()
H A DCompileUnitIndex.h89 class CompileUnitIndex {
94 explicit CompileUnitIndex(PdbIndex &index) : m_index(index) {} in CompileUnitIndex() function
H A DCMakeLists.txt3 CompileUnitIndex.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/
H A DBUILD.gn25 "CompileUnitIndex.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4556 lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h