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

References

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 5079         if (rpath.find(loader_path) == 0) {
 5080           rpath.erase(0, loader_path.size());
 5081           rpath.insert(0, this_file_spec.GetDirectory().GetCString());
 5082         } else if (rpath.find(executable_path) == 0) {
 5083           rpath.erase(0, executable_path.size());
 5084           rpath.insert(0, this_file_spec.GetDirectory().GetCString());