Searched refs:PathMappingList (Results 1 - 9 of 9) sorted by relevance

/external/lldb/include/lldb/Target/
H A DPathMappingList.h1 //===-- PathMappingList.h ---------------------------------------*- C++ -*-===//
24 class PathMappingList class in namespace:lldb_private
28 typedef void (*ChangedCallback) (const PathMappingList &path_list,
34 PathMappingList ();
36 PathMappingList (ChangedCallback callback,
39 PathMappingList (const PathMappingList &rhs);
41 ~PathMappingList ();
43 const PathMappingList &
44 operator =(const PathMappingList
[all...]
H A DTarget.h37 #include "lldb/Target/PathMappingList.h"
117 PathMappingList &
958 PathMappingList &
1196 PathMappingList m_image_search_paths;
1211 ImageSearchPathsChanged (const PathMappingList &path_list,
/external/lldb/source/Target/
H A DPathMappingList.cpp1 //===-- PathMappingList.cpp -------------------------------------*- C++ -*-===//
20 #include "lldb/Target/PathMappingList.h"
26 // PathMappingList constructor
28 PathMappingList::PathMappingList () : function in class:PathMappingList
36 PathMappingList::PathMappingList (ChangedCallback callback, function in class:PathMappingList
46 PathMappingList::PathMappingList (const PathMappingList function in class:PathMappingList
[all...]
H A DAndroid.mk19 PathMappingList.cpp \
H A DTarget.cpp1711 PathMappingList &
1720 const PathMappingList &path_list,
2630 PathMappingList &
/external/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h17 #include "lldb/Target/PathMappingList.h"
75 PathMappingList &
81 const PathMappingList &
88 PathMappingList m_path_mappings;
/external/lldb/include/lldb/Core/
H A DModule.h20 #include "lldb/Target/PathMappingList.h"
879 PathMappingList &
885 const PathMappingList &
1002 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
H A DModuleSpec.h17 #include "lldb/Target/PathMappingList.h"
270 PathMappingList &
429 mutable PathMappingList m_source_mappings;
/external/lldb/include/lldb/
H A Dlldb-forward.h144 class PathMappingList;

Completed in 2133 milliseconds