Home | History | Annotate | Download | only in Target

Lines Matching refs:PathMappingList

1 //===-- PathMappingList.cpp -------------------------------------*- C++ -*-===//
20 #include "lldb/Target/PathMappingList.h"
26 // PathMappingList constructor
28 PathMappingList::PathMappingList () :
36 PathMappingList::PathMappingList (ChangedCallback callback,
46 PathMappingList::PathMappingList (const PathMappingList &rhs) :
55 const PathMappingList &
56 PathMappingList::operator =(const PathMappingList &rhs)
72 PathMappingList::~PathMappingList ()
77 PathMappingList::Append (const ConstString &path,
88 PathMappingList::Append (const PathMappingList &rhs, bool notify)
102 PathMappingList::Insert (const ConstString &path,
119 PathMappingList::Replace (const ConstString &path,
135 PathMappingList::Remove (off_t index, bool notify)
151 PathMappingList::Dump (Stream *s, int pair_index)
171 PathMappingList::Clear (bool notify)
181 PathMappingList::RemapPath (const ConstString &path, ConstString &new_path) const
205 PathMappingList::RemapPath (const char *path, std::string &new_path) const
226 PathMappingList::FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const
261 PathMappingList::Replace (const ConstString &path, const ConstString &new_path, bool notify)
276 PathMappingList::Remove (const ConstString &path, bool notify)
290 PathMappingList::const_iterator
291 PathMappingList::FindIteratorForPath (const ConstString &path) const
305 PathMappingList::iterator
306 PathMappingList::FindIteratorForPath (const ConstString &path)
321 PathMappingList::GetPathsAtIndex (uint32_t idx, ConstString &path, ConstString &new_path) const
335 PathMappingList::FindIndexForPath (const ConstString &path) const