reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/lldb-forward.h
  163 class PathMappingList;

References

tools/lldb/include/lldb/Core/Module.h
  822   PathMappingList &GetSourceMappingList() { return m_source_mappings; }
  824   const PathMappingList &GetSourceMappingList() const {
  976   PathMappingList m_source_mappings; ///< Module specific source remappings for
tools/lldb/include/lldb/Core/ModuleSpec.h
  147   PathMappingList &GetSourceMappingList() const { return m_source_mappings; }
  297   mutable PathMappingList m_source_mappings;
tools/lldb/include/lldb/Interpreter/OptionValuePathMappings.h
   50   PathMappingList &GetCurrentValue() { return m_path_mappings; }
   52   const PathMappingList &GetCurrentValue() const { return m_path_mappings; }
   55   PathMappingList m_path_mappings;
tools/lldb/include/lldb/Target/PathMappingList.h
   21   typedef void (*ChangedCallback)(const PathMappingList &path_list,
   29   PathMappingList(const PathMappingList &rhs);
   33   const PathMappingList &operator=(const PathMappingList &rhs);
   33   const PathMappingList &operator=(const PathMappingList &rhs);
   38   void Append(const PathMappingList &rhs, bool notify);
tools/lldb/include/lldb/Target/Target.h
  120   PathMappingList &GetSourcePathMap() const;
 1025   PathMappingList &GetImageSearchPathList();
 1314   PathMappingList m_image_search_paths;
 1333   static void ImageSearchPathsChanged(const PathMappingList &path_list,
tools/lldb/source/Target/PathMappingList.cpp
   47 PathMappingList::PathMappingList(const PathMappingList &rhs)
   51 const PathMappingList &PathMappingList::operator=(const PathMappingList &rhs) {
   51 const PathMappingList &PathMappingList::operator=(const PathMappingList &rhs) {
   71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) {
  270 PathMappingList::const_iterator
  283 PathMappingList::iterator
tools/lldb/source/Target/Target.cpp
 2104 PathMappingList &Target::GetImageSearchPathList() {
 2108 void Target::ImageSearchPathsChanged(const PathMappingList &path_list,
 3707 PathMappingList &TargetProperties::GetSourcePathMap() const {
tools/lldb/unittests/Target/PathMappingListTest.cpp
   25 static void TestPathMappings(const PathMappingList &map,
   66   PathMappingList map;
   69   PathMappingList map2;
   75   PathMappingList map;
   97   PathMappingList map;