Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFModuleDefinition.cpp60 static bool isDecorated(StringRef Sym, bool MingwDef) { in isDecorated() function
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()