Searched refs:MingwDef (Results 1 – 2 of 2) sorted by relevance
60 static bool isDecorated(StringRef Sym, bool MingwDef) { in isDecorated() argument81 (!MingwDef && Sym.contains('@')); in isDecorated()150 : Lex(S), Machine(M), MingwDef(B) {} in Parser()246 if (!isDecorated(E.Name, MingwDef)) in parseExport()248 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef)) in parseExport()290 if (Machine == IMAGE_FILE_MACHINE_I386 && !isDecorated(E.AliasTarget, MingwDef)) in parseExport()359 bool MingwDef; member in llvm::object::Parser364 bool MingwDef) { in parseCOFFModuleDefinition() argument365 return Parser(MB.getBuffer(), Machine, MingwDef).parse(); in parseCOFFModuleDefinition()
48 bool MingwDef = false);