Home
last modified time | relevance | path

Searched defs:PathMappingList (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DPathMappingList.cpp40 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
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h159 class PathMappingList; variable