Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp862 StringRef newFileName = tu.name; in synthesizeDebugNotes() local
866 if (newFileName != oldFileName || newDirPath != oldDirPath) { in synthesizeDebugNotes()
871 oldFileName = newFileName; in synthesizeDebugNotes()
886 _stabs.push_back(mach_o::Stab(nullptr, N_SO, 0, 0, 0, newFileName)); in synthesizeDebugNotes()