Searched refs:m_source_mappings (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h33 m_source_mappings ()
46 m_source_mappings ()
59 m_source_mappings ()
72 m_source_mappings (rhs.m_source_mappings)
89 m_source_mappings = rhs.m_source_mappings;
273 return m_source_mappings;
286 m_source_mappings.Clear(false);
429 mutable PathMappingList m_source_mappings; member in class:lldb_private::ModuleSpec
[all...]
H A DModule.h970 return m_source_mappings;
976 return m_source_mappings;
1091 PathMappingList m_source_mappings; ///< Module specific source remappings for when you have debug info for a module that doesn't match where the sources currently are member in class:lldb_private::Module
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp147 m_source_mappings (),
192 m_source_mappings (),
1567 return m_source_mappings.FindFile (orig_spec, new_spec);
1574 return m_source_mappings.RemapPath(path, new_path);

Completed in 97 milliseconds