Home
last modified time | relevance | path

Searched refs:atomFile (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileFromAtoms.cpp114 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() argument
400 for (const DefinedAtom *atom : atomFile.defined()) { in processDefinedAtoms()
821 if (const mach_o::MachOFile *atomFile = in synthesizeDebugNotes() local
823 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 …]
DMachONormalizedFile.h318 normalizedFromAtoms(const lld::File &atomFile, const MachOLinkingContext &ctxt);