Home
last modified time | relevance | path

Searched refs:MingwDef (Results 1 – 2 of 2) sorted by path

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h44 bool MingwDef = false, bool AddUnderscores = true);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp57 static bool isDecorated(StringRef Sym, bool MingwDef) { in isDecorated() argument
78 (!MingwDef && Sym.contains('@')); in isDecorated()
142 : Lex(S), Machine(M), MingwDef(B), AddUnderscores(AU) { in Parser()
241 if (!isDecorated(E.Name, MingwDef)) in parseExport()
243 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef)) in parseExport()
285 if (AddUnderscores && !isDecorated(E.AliasTarget, MingwDef)) in parseExport()
354 bool MingwDef; member in llvm::object::Parser
360 bool MingwDef, in parseCOFFModuleDefinition() argument
362 return Parser(MB.getBuffer(), Machine, MingwDef, AddUnderscores).parse(); in parseCOFFModuleDefinition()