Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp904 InputFile *lastFile = nullptr; in emitStabs() local
909 if (lastFile == nullptr || lastFile != file) { in emitStabs()
910 if (lastFile != nullptr) in emitStabs()
912 lastFile = file; in emitStabs()