Home
last modified time | relevance | path

Searched defs:m_comp_units (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h247 llvm::DenseMap<uint32_t, lldb::CompUnitSP> m_comp_units; global() variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.h92 llvm::DenseMap<uint16_t, std::unique_ptr<CompilandIndexItem>> m_comp_units; variable