Searched refs:atomFile (Results 1 – 2 of 2) sorted by relevance
821 if (const mach_o::MachOFile *atomFile = in synthesizeDebugNotes() local823 if (atomFile->debugInfo()) { in synthesizeDebugNotes()827 filesWithStabs.insert(atomFile); in synthesizeDebugNotes()1585 normalizedFromAtoms(const lld::File &atomFile, in normalizedFromAtoms() argument1589 util.processDefinedAtoms(atomFile); in normalizedFromAtoms()1632 util.addDependentDylibs(atomFile, normFile); in normalizedFromAtoms()1644 util.addIndirectSymbols(atomFile, normFile); in normalizedFromAtoms()1646 util.addExportInfo(atomFile, normFile); in normalizedFromAtoms()1647 util.addSectionRelocs(atomFile, normFile); in normalizedFromAtoms()1648 util.addFunctionStarts(atomFile, normFile); in normalizedFromAtoms()[all …]
318 normalizedFromAtoms(const lld::File &atomFile, const MachOLinkingContext &ctxt);