Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSourceManager.h61 uint32_t GetSourceMapModificationID() const { return m_source_map_mod_id; } in GetSourceMapModificationID()
88 uint32_t m_source_map_mod_id = 0; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp469 m_source_map_mod_id = target_sp->GetSourcePathMap().GetModificationID(); in CommonInitializer()