Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
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()