Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbIndex.cpp31 PdbIndex::PdbIndex() : m_cus(*this), m_va_to_modi(m_allocator) {} in PdbIndex()
89 auto iter = m_va_to_modi.find(va); in GetModuleIndexForVa()
90 if (iter == m_va_to_modi.end()) in GetModuleIndexForVa()
117 Visitor v(*this, m_va_to_modi); in ParseSectionContribs()
DPdbIndex.h103 llvm::IntervalMap<lldb::addr_t, uint16_t> m_va_to_modi; variable