Home
last modified time | relevance | path

Searched refs:PathMappingList (Results 1 – 11 of 11) sorted by relevance

/external/lldb/source/Target/
DPathMappingList.cpp28 PathMappingList::PathMappingList () : in PathMappingList() function in PathMappingList
36 PathMappingList::PathMappingList (ChangedCallback callback, in PathMappingList() function in PathMappingList
46 PathMappingList::PathMappingList (const PathMappingList &rhs) : in PathMappingList() function in PathMappingList
55 const PathMappingList &
56 PathMappingList::operator =(const PathMappingList &rhs) in operator =()
72 PathMappingList::~PathMappingList () in ~PathMappingList()
77 PathMappingList::Append (const ConstString &path, in Append()
88 PathMappingList::Append (const PathMappingList &rhs, bool notify) in Append()
102 PathMappingList::Insert (const ConstString &path, in Insert()
119 PathMappingList::Replace (const ConstString &path, in Replace()
[all …]
DCMakeLists.txt13 PathMappingList.cpp
DAndroid.mk19 PathMappingList.cpp \
DTarget.cpp1711 PathMappingList &
1720 const PathMappingList &path_list, in ImageSearchPathsChanged()
2630 PathMappingList &
/external/lldb/include/lldb/Target/
DPathMappingList.h24 class PathMappingList
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 &rhs);
50 Append (const PathMappingList &rhs, bool notify);
DTarget.h117 PathMappingList &
958 PathMappingList &
1196 PathMappingList m_image_search_paths;
1211 ImageSearchPathsChanged (const PathMappingList &path_list,
/external/lldb/include/lldb/Interpreter/
DOptionValuePathMappings.h75 PathMappingList &
81 const PathMappingList &
88 PathMappingList m_path_mappings;
/external/lldb/include/lldb/Core/
DModule.h879 PathMappingList &
885 const PathMappingList &
1002PathMappingList m_source_mappings; ///< Module specific source remappings for when you…
DModuleSpec.h270 PathMappingList &
429 mutable PathMappingList m_source_mappings;
/external/lldb/include/lldb/
Dlldb-forward.h144 class PathMappingList; variable
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj361 …E13353E6F00698AC0 /* PathMappingList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 495BBACB11…
1449PathMappingList.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode…
1450PathMappingList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c…
3062 495BBACF119A0DE700418BEA /* PathMappingList.h */,
3063 495BBACB119A0DBE00418BEA /* PathMappingList.cpp */,
4146 268900EE13353E6F00698AC0 /* PathMappingList.cpp in Sources */,