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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryReader.cpp
  473       f->rpaths.push_back(lc + read32(&rpc->path, isBig));
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp
  446   for (const StringRef &path : _file.rpaths) {
  979     for (const StringRef &path : _file.rpaths) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1631   normFile.rpaths = context.rpaths();
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  722     io.mapOptional("rpaths",           file.rpaths);