Searched refs:atomFile (Results 1 – 2 of 2) sorted by relevance
114 void processDefinedAtoms(const lld::File &atomFile);125 llvm::Error addSymbols(const lld::File &atomFile, NormalizedFile &file);126 void addIndirectSymbols(const lld::File &atomFile, NormalizedFile &file);399 void Util::processDefinedAtoms(const lld::File &atomFile) { in processDefinedAtoms() argument400 for (const DefinedAtom *atom : atomFile.defined()) { in processDefinedAtoms()821 if (const mach_o::MachOFile *atomFile = in synthesizeDebugNotes() local823 if (atomFile->debugInfo()) { in synthesizeDebugNotes()824 if (isa<mach_o::DwarfDebugInfo>(atomFile->debugInfo())) in synthesizeDebugNotes()826 else if (isa<mach_o::StabsDebugInfo>(atomFile->debugInfo())) in synthesizeDebugNotes()827 filesWithStabs.insert(atomFile); in synthesizeDebugNotes()[all …]
318 normalizedFromAtoms(const lld::File &atomFile, const MachOLinkingContext &ctxt);