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

Declarations

tools/lld/include/lld/Core/File.h
  203   std::error_code parse();

References

tools/lld/lib/Core/Resolver.cpp
  225     if (std::error_code ec = file->parse()) {
tools/lld/lib/Driver/DarwinLdDriver.cpp
  131     if (std::error_code ec = shl->parse())
 1166       node->getFile()->parse();
tools/lld/lib/ReaderWriter/FileArchive.cpp
   82     if (std::error_code ec = parse())
  158     if (std::error_code ec = result->parse())
tools/lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
  686   file->parse();