Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp999 InputFile *lastFile = nullptr; in emitStabs() local
1005 if (lastFile == nullptr || lastFile != file) { in emitStabs()
1006 if (lastFile != nullptr) in emitStabs()
1008 lastFile = file; in emitStabs()