Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp60 static bool isDecorated(StringRef Sym, bool MingwDef) { in isDecorated() argument
81 (!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::Parser
364 bool MingwDef) { in parseCOFFModuleDefinition() argument
365 return Parser(MB.getBuffer(), Machine, MingwDef).parse(); in parseCOFFModuleDefinition()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFFModuleDefinition.h48 bool MingwDef = false);