Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp202 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
214 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()