Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1176 InputFile *lastFile = nullptr; in emitStabs() local
1182 if (lastFile == nullptr || lastFile != file) { in emitStabs()
1183 if (lastFile != nullptr) in emitStabs()
1185 lastFile = file; in emitStabs()