Searched refs:PathMappingList (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 41 PathMappingList::PathMappingList() : m_pairs() {} in PathMappingList() function in PathMappingList 43 PathMappingList::PathMappingList(ChangedCallback callback, void *callback_baton) in PathMappingList() function in PathMappingList 46 PathMappingList::PathMappingList(const PathMappingList &rhs) in PathMappingList() function in PathMappingList 49 const PathMappingList &PathMappingList::operator=(const PathMappingList &rhs) { in operator =() 59 PathMappingList::~PathMappingList() = default; 61 void PathMappingList::Append(llvm::StringRef path, llvm::StringRef replacement, in Append() 69 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append() 80 bool PathMappingList::AppendUnique(llvm::StringRef path, in AppendUnique() 93 void PathMappingList::Insert(llvm::StringRef path, llvm::StringRef replacement, in Insert() 107 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef replacement, in Replace() [all …]
|
| H A D | CMakeLists.txt | 26 PathMappingList.cpp
|
| H A D | Target.cpp | 2321 PathMappingList &Target::GetImageSearchPathList() { in GetImageSearchPathList() 2325 void Target::ImageSearchPathsChanged(const PathMappingList &path_list, in ImageSearchPathsChanged() 4358 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | PathMappingList.h | 21 class PathMappingList { 23 typedef void (*ChangedCallback)(const PathMappingList &path_list, 27 PathMappingList(); 29 PathMappingList(ChangedCallback callback, void *callback_baton); 31 PathMappingList(const PathMappingList &rhs); 33 ~PathMappingList(); 35 const PathMappingList &operator=(const PathMappingList &rhs); 39 void Append(const PathMappingList &rhs, bool notify);
|
| H A D | Target.h | 142 PathMappingList &GetSourcePathMap() const; 1119 PathMappingList &GetImageSearchPathList(); 1526 PathMappingList m_image_search_paths; 1553 static void ImageSearchPathsChanged(const PathMappingList &path_list,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValuePathMappings.h | 47 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue() 49 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue() 52 PathMappingList m_path_mappings;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | ModuleList.h | 52 PathMappingList m_symlink_paths; 74 PathMappingList GetSymlinkMappings() const;
|
| H A D | Module.h | 873 PathMappingList &GetSourceMappingList() { return m_source_mappings; } in GetSourceMappingList() 875 const PathMappingList &GetSourceMappingList() const { in GetSourceMappingList() 1084 PathMappingList m_source_mappings =
|
| H A D | ModuleSpec.h | 125 PathMappingList &GetSourceMappingList() const { return m_source_mappings; } in GetSourceMappingList() 271 mutable PathMappingList m_source_mappings;
|
| /openbsd-src/gnu/usr.bin/clang/liblldbTarget/ |
| H A D | Makefile | 25 PathMappingList.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/ |
| H A D | BUILD.gn | 49 "PathMappingList.cpp",
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 159 class PathMappingList; variable
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ModuleList.cpp | 184 PathMappingList ModuleListProperties::GetSymlinkMappings() const { in GetSymlinkMappings()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 1148 const PathMappingList &list = target->GetImageSearchPathList(); in HandleArgumentCompletion()
|