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

References

tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1589   util.processDefinedAtoms(atomFile);
 1632   util.addDependentDylibs(atomFile, normFile);
 1641   if (auto ec = util.addSymbols(atomFile, normFile)) {
 1644   util.addIndirectSymbols(atomFile, normFile);
 1645   util.addRebaseAndBindingInfo(atomFile, normFile);
 1646   util.addExportInfo(atomFile, normFile);
 1647   util.addSectionRelocs(atomFile, normFile);
 1648   util.addFunctionStarts(atomFile, normFile);
 1649   util.buildDataInCodeArray(atomFile, normFile);