Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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) {} 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::Parser
356 bool MingwDef) { in parseCOFFModuleDefinition() argument
357 return Parser(MB.getBuffer(), Machine, MingwDef).parse(); in parseCOFFModuleDefinition()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h47 bool MingwDef = false);