Searched refs:MingwDef (Results 1 – 2 of 2) sorted by relevance
57 static bool isDecorated(StringRef Sym, bool MingwDef) { in isDecorated() argument78 (!MingwDef && Sym.contains('@')); in isDecorated()142 : Lex(S), Machine(M), MingwDef(B) {} in Parser()238 if (!isDecorated(E.Name, MingwDef)) in parseExport()240 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef)) in parseExport()282 if (Machine == IMAGE_FILE_MACHINE_I386 && !isDecorated(E.AliasTarget, MingwDef)) in parseExport()351 bool MingwDef; member in llvm::object::Parser356 bool MingwDef) { in parseCOFFModuleDefinition() argument357 return Parser(MB.getBuffer(), Machine, MingwDef).parse(); in parseCOFFModuleDefinition()
47 bool MingwDef = false);