reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/PathMappingList.h
   64   bool RemapPath(ConstString path, ConstString &new_path) const;

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
 1281     if (target->GetImageSearchPathList().RemapPath(orig, transformed))
tools/lldb/source/Target/Target.cpp
 1970       if (m_image_search_paths.RemapPath(
tools/lldb/unittests/Target/PathMappingListTest.cpp
   31     EXPECT_FALSE(map.RemapPath(fail, actual_remapped))
   38         map.RemapPath(ConstString(match.original.GetPath()), actual_remapped));