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

References

tools/lldb/source/Symbol/ObjectFile.cpp
  577   size_t len = path_with_object.size();
  578   if (len < 2 || path_with_object.back() != ')')
  580   llvm::StringRef archive = path_with_object.substr(0, path_with_object.rfind('('));
  580   llvm::StringRef archive = path_with_object.substr(0, path_with_object.rfind('('));
  583   llvm::StringRef object = path_with_object.substr(archive.size() + 1).drop_back();