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

/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSourceManager.h70 return m_source_map_mod_id;
90 uint32_t m_source_map_mod_id; // If the target uses path remappings, be sure to clear our notion of a source file if the path modification ID changes member in class:lldb_private::SourceManager::File
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp339 m_source_map_mod_id (0),
347 m_source_map_mod_id = target->GetSourcePathMap().GetModificationID();

Completed in 127 milliseconds