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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h1 //===-- PathMappingList.h ---------------------------------------*- C++ -*-===//
19 class PathMappingList { class in namespace:lldb_private
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
[all...]
H A DTarget.h29 #include "lldb/Target/PathMappingList.h"
120 PathMappingList &GetSourcePathMap() const;
1012 PathMappingList &GetImageSearchPathList();
1299 PathMappingList m_image_search_paths;
1318 static void ImageSearchPathsChanged(const PathMappingList &path_list,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp1 //===-- PathMappingList.cpp -------------------------------------*- C++ -*-===//
14 #include "lldb/Target/PathMappingList.h"
29 // When PathMappingList::RemapPath() is called, it expects the path to start
39 // PathMappingList constructor
40 PathMappingList::PathMappingList() function in class:PathMappingList
43 PathMappingList::PathMappingList(ChangedCallback callback, void *callback_baton) function in class:PathMappingList
47 PathMappingList::PathMappingList(cons function in class:PathMappingList
[all...]
H A DTarget.cpp2109 PathMappingList &Target::GetImageSearchPathList() {
2113 void Target::ImageSearchPathsChanged(const PathMappingList &path_list,
3680 PathMappingList &TargetProperties::GetSourcePathMap() const {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h13 #include "lldb/Target/PathMappingList.h"
50 PathMappingList &GetCurrentValue() { return m_path_mappings; }
52 const PathMappingList &GetCurrentValue() const { return m_path_mappings; }
55 PathMappingList m_path_mappings;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h17 #include "lldb/Target/PathMappingList.h"
815 PathMappingList &GetSourceMappingList() { return m_source_mappings; }
817 const PathMappingList &GetSourceMappingList() const {
969 PathMappingList m_source_mappings; ///< Module specific source remappings for
H A DModuleSpec.h13 #include "lldb/Target/PathMappingList.h"
147 PathMappingList &GetSourceMappingList() const { return m_source_mappings; }
291 mutable PathMappingList m_source_mappings;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h163 class PathMappingList;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile556 SRCS+= Target/PathMappingList.cpp

Completed in 107 milliseconds