Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp59 static bool isDecorated(StringRef Sym, bool MingwDef) { in isDecorated() argument
80 (!MingwDef && Sym.contains('@')); in isDecorated()
149 : Lex(S), Machine(M), MingwDef(B) {} in Parser()
245 if (!isDecorated(E.Name, MingwDef)) in parseExport()
247 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef)) in parseExport()
289 if (Machine == IMAGE_FILE_MACHINE_I386 && !isDecorated(E.AliasTarget, MingwDef)) in parseExport()
358 bool MingwDef; member in llvm::object::Parser
363 bool MingwDef) { in parseCOFFModuleDefinition() argument
364 return Parser(MB.getBuffer(), Machine, MingwDef).parse(); in parseCOFFModuleDefinition()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFFModuleDefinition.h47 bool MingwDef = false);