Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1252 InputFile *lastFile = nullptr; in emitStabs() local
1263 if (lastFile == nullptr || lastFile != file) { in emitStabs()
1264 if (lastFile != nullptr) in emitStabs()
1266 lastFile = file; in emitStabs()