Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp207 bool IsDll = Tok.K == KwLibrary; // Check before parseName. in parseOne() local
219 Info.OutputFile += IsDll ? ".dll" : ".exe"; in parseOne()