Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp43 PathMappingList::PathMappingList() in PathMappingList() function in PathMappingList
46 PathMappingList::PathMappingList(ChangedCallback callback, void *callback_baton) in PathMappingList() function in PathMappingList
50 PathMappingList::PathMappingList(const PathMappingList &rhs) in PathMappingList() function in PathMappingList
54 const PathMappingList &PathMappingList::operator=(const PathMappingList &rhs) { in operator =()
64 PathMappingList::~PathMappingList() = default;
66 void PathMappingList::Append(const ConstString &path, in Append()
74 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append()
85 void PathMappingList::Insert(const ConstString &path, in Insert()
142 void PathMappingList::Clear(bool notify) { in Clear()
254 PathMappingList::const_iterator
[all …]
H A DTarget.cpp2141 PathMappingList &Target::GetImageSearchPathList() { in GetImageSearchPathList()
2145 void Target::ImageSearchPathsChanged(const PathMappingList &path_list, in ImageSearchPathsChanged()
3831 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPathMappingList.h20 class PathMappingList {
22 typedef void (*ChangedCallback)(const PathMappingList &path_list,
28 PathMappingList();
30 PathMappingList(ChangedCallback callback, void *callback_baton);
32 PathMappingList(const PathMappingList &rhs);
34 ~PathMappingList();
36 const PathMappingList &operator=(const PathMappingList &rhs);
41 void Append(const PathMappingList &rhs, bool notify);
H A DTarget.h123 PathMappingList &GetSourcePathMap() const;
1031 PathMappingList &GetImageSearchPathList();
1292 PathMappingList m_image_search_paths;
1311 static void ImageSearchPathsChanged(const PathMappingList &path_list,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValuePathMappings.h55 PathMappingList &GetCurrentValue() { return m_path_mappings; } in GetCurrentValue()
57 const PathMappingList &GetCurrentValue() const { return m_path_mappings; } in GetCurrentValue()
60 PathMappingList m_path_mappings;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h947 PathMappingList &GetSourceMappingList() { return m_source_mappings; } in GetSourceMappingList()
949 const PathMappingList &GetSourceMappingList() const { in GetSourceMappingList()
1103 PathMappingList m_source_mappings; ///< Module specific source remappings for
H A DModuleSpec.h148 PathMappingList &GetSourceMappingList() const { return m_source_mappings; } in GetSourceMappingList()
298 mutable PathMappingList m_source_mappings;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h173 class PathMappingList; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile533 SRCS+= Target/PathMappingList.cpp