Home
last modified time | relevance | path

Searched refs:m_va_to_modi (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp32 PdbIndex::PdbIndex() : m_cus(*this), m_va_to_modi(m_allocator) {} in PdbIndex()
82 auto iter = m_va_to_modi.find(va); in GetModuleIndexForVa()
83 if (iter == m_va_to_modi.end()) in GetModuleIndexForVa()
112 Visitor v(*this, m_va_to_modi); in ParseSectionContribs()
H A DPdbIndex.h102 llvm::IntervalMap<lldb::addr_t, uint16_t> m_va_to_modi; variable