Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp821 if (const mach_o::MachOFile *atomFile = in synthesizeDebugNotes() local
823 if (atomFile->debugInfo()) { in synthesizeDebugNotes()
827 filesWithStabs.insert(atomFile); in synthesizeDebugNotes()
1585 normalizedFromAtoms(const lld::File &atomFile, in normalizedFromAtoms() argument
1589 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 …]
H A DMachONormalizedFile.h318 normalizedFromAtoms(const lld::File &atomFile, const MachOLinkingContext &ctxt);