Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp801 std::vector<const DefinedAtom*> atomsNeedingDebugNotes; in synthesizeDebugNotes() local
834 atomsNeedingDebugNotes.push_back(info.atom); in synthesizeDebugNotes()
840 std::sort(atomsNeedingDebugNotes.begin(), atomsNeedingDebugNotes.end(), in synthesizeDebugNotes()
855 for (const DefinedAtom *atom : atomsNeedingDebugNotes) { in synthesizeDebugNotes()