Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.h246 llvm::DenseMap<uint32_t, lldb::CompUnitSP> m_comp_units; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.h91 llvm::DenseMap<uint16_t, std::unique_ptr<CompilandIndexItem>> m_comp_units; variable