Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/NativePDB/
H A DBUILD.gn26 "CompileUnitIndex.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginSymbolFile/
H A DMakefile49 CompileUnitIndex.cpp \
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4553 lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h