Append(llvm::StringRef path, llvm::StringRef replacement, bool notify) | lldb_private::PathMappingList | |
Append(const PathMappingList &rhs, bool notify) | lldb_private::PathMappingList | |
AppendNoLock(llvm::StringRef path, llvm::StringRef replacement) | lldb_private::PathMappingList | protected |
AppendUnique(llvm::StringRef path, llvm::StringRef replacement, bool notify) | lldb_private::PathMappingList | |
ChangedCallback typedef | lldb_private::PathMappingList | |
Clear(bool notify) | lldb_private::PathMappingList | |
collection typedef | lldb_private::PathMappingList | protected |
const_iterator typedef | lldb_private::PathMappingList | protected |
Dump(Stream *s, int pair_index=-1) | lldb_private::PathMappingList | |
FindFile(const FileSpec &orig_spec) const | lldb_private::PathMappingList | |
FindIndexForPathNoLock(llvm::StringRef path) const | lldb_private::PathMappingList | protected |
FindIteratorForPath(ConstString path) | lldb_private::PathMappingList | protected |
FindIteratorForPath(ConstString path) const | lldb_private::PathMappingList | protected |
GetModificationID() const | lldb_private::PathMappingList | inline |
GetPathsAtIndex(uint32_t idx, ConstString &path, ConstString &new_path) const | lldb_private::PathMappingList | |
GetSize() const | lldb_private::PathMappingList | inline |
Insert(llvm::StringRef path, llvm::StringRef replacement, uint32_t insert_idx, bool notify) | lldb_private::PathMappingList | |
IsEmpty() const | lldb_private::PathMappingList | inline |
iterator typedef | lldb_private::PathMappingList | protected |
m_callback | lldb_private::PathMappingList | protected |
m_callback_baton | lldb_private::PathMappingList | protected |
m_callback_mutex | lldb_private::PathMappingList | mutableprotected |
m_mod_id | lldb_private::PathMappingList | protected |
m_pairs | lldb_private::PathMappingList | protected |
m_pairs_mutex | lldb_private::PathMappingList | mutableprotected |
Notify(bool notify) const | lldb_private::PathMappingList | protected |
operator=(const PathMappingList &rhs) | lldb_private::PathMappingList | |
pair typedef | lldb_private::PathMappingList | protected |
PathMappingList() | lldb_private::PathMappingList | |
PathMappingList(ChangedCallback callback, void *callback_baton) | lldb_private::PathMappingList | |
PathMappingList(const PathMappingList &rhs) | lldb_private::PathMappingList | |
RemapPath(ConstString path, ConstString &new_path) const | lldb_private::PathMappingList | |
RemapPath(llvm::StringRef path, bool only_if_exists=false) const | lldb_private::PathMappingList | |
RemapPath(const char *, std::string &) const =delete | lldb_private::PathMappingList | |
Remove(size_t index, bool notify) | lldb_private::PathMappingList | |
Remove(ConstString path, bool notify) | lldb_private::PathMappingList | |
Replace(llvm::StringRef path, llvm::StringRef replacement, bool notify) | lldb_private::PathMappingList | |
Replace(llvm::StringRef path, llvm::StringRef replacement, uint32_t index, bool notify) | lldb_private::PathMappingList | |
ReverseRemapPath(const FileSpec &file, FileSpec &fixed) const | lldb_private::PathMappingList | |
ToJSON() | lldb_private::PathMappingList | |
~PathMappingList() | lldb_private::PathMappingList | |