Searched refs:PathMappingList (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 40 PathMappingList::PathMappingList() : m_pairs() {} in PathMappingList() function in PathMappingList 42 PathMappingList::PathMappingList(ChangedCallback callback, void *callback_baton) in PathMappingList() function in PathMappingList 45 PathMappingList::PathMappingList(const PathMappingList &rhs) in PathMappingList() function in PathMappingList 48 const PathMappingList &PathMappingList::operator=(const PathMappingList &rhs) { in operator =() 58 PathMappingList::~PathMappingList() = default; 68 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append() 118 void PathMappingList::Dump(Stream *s, int pair_index) { in Dump() 134 void PathMappingList::Clear(bool notify) { in Clear() 142 bool PathMappingList::RemapPath(ConstString path, in RemapPath() 252 PathMappingList::const_iterator [all …]
|
| H A D | CMakeLists.txt | 26 PathMappingList.cpp
|
| H A D | Target.cpp | 2274 PathMappingList &Target::GetImageSearchPathList() { in GetImageSearchPathList() 2278 void Target::ImageSearchPathsChanged(const PathMappingList &path_list, in ImageSearchPathsChanged() 4261 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | PathMappingList.h | 19 class PathMappingList { 21 typedef void (*ChangedCallback)(const PathMappingList &path_list, 25 PathMappingList(); 27 PathMappingList(ChangedCallback callback, void *callback_baton); 29 PathMappingList(const PathMappingList &rhs); 31 ~PathMappingList(); 33 const PathMappingList &operator=(const PathMappingList &rhs); 37 void Append(const PathMappingList &rhs, bool notify);
|
| H A D | Target.h | 142 PathMappingList &GetSourcePathMap() const; 1109 PathMappingList &GetImageSearchPathList(); 1514 PathMappingList m_image_search_paths; 1541 static void ImageSearchPathsChanged(const PathMappingList &path_list,
|
| /llvm-project-15.0.7/lldb/unittests/Target/ |
| H A D | PathMappingListTest.cpp | 27 static void TestPathMappings(const PathMappingList &map, in TestPathMappings() 68 PathMappingList map; in TEST() 71 PathMappingList map2; in TEST() 77 PathMappingList map; in TEST() 99 PathMappingList map; in TEST() 120 PathMappingList map; in TEST()
|
| H A D | FindFileTest.cpp | 46 static void TestFileFindings(const PathMappingList &map, in TestFileFindings() 76 PathMappingList map; in TEST_F()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValuePathMappings.h | 45 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue() 47 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue() 50 PathMappingList m_path_mappings;
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Module.h | 835 PathMappingList &GetSourceMappingList() { return m_source_mappings; } in GetSourceMappingList() 837 const PathMappingList &GetSourceMappingList() const { in GetSourceMappingList() 1040 PathMappingList m_source_mappings =
|
| H A D | ModuleList.h | 52 PathMappingList m_symlink_paths; 73 PathMappingList GetSymlinkMappings() const;
|
| H A D | ModuleSpec.h | 125 PathMappingList &GetSourceMappingList() const { return m_source_mappings; } in GetSourceMappingList() 271 mutable PathMappingList m_source_mappings;
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/ |
| H A D | BUILD.gn | 49 "PathMappingList.cpp",
|
| /llvm-project-15.0.7/lldb/include/lldb/ |
| H A D | lldb-forward.h | 159 class PathMappingList; variable
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ModuleList.cpp | 178 PathMappingList ModuleListProperties::GetSymlinkMappings() const { in GetSymlinkMappings()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 1148 const PathMappingList &list = target->GetImageSearchPathList(); in HandleArgumentCompletion()
|