Searched refs:MingwDef (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | COFFModuleDefinition.cpp | 58 static bool isDecorated(StringRef Sym, bool MingwDef) { in isDecorated() argument 79 (!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() 361 bool MingwDef; member in llvm::object::Parser 367 bool MingwDef, in parseCOFFModuleDefinition() argument 369 return Parser(MB.getBuffer(), Machine, MingwDef, AddUnderscores).parse(); in parseCOFFModuleDefinition()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | COFFModuleDefinition.h | 44 bool MingwDef = false, bool AddUnderscores = true);
|