Searched refs:IsDll (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp206 bool IsDll = Tok.K == KwLibrary; // Check before parseName. local
218 Info.OutputFile += IsDll ? ".dll" : ".exe";

Completed in 115 milliseconds