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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp59 static bool isDecorated(StringRef Sym, bool MingwDef) { function in namespace:llvm::object
245 if (!isDecorated(E.Name, MingwDef))
247 if (!E.ExtName.empty() && !isDecorated(E.ExtName, MingwDef))
289 if (Machine == IMAGE_FILE_MACHINE_I386 && !isDecorated(E.AliasTarget, MingwDef))
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp329 static bool isDecorated(StringRef sym) { function in namespace:lld
360 if (!isDecorated(exp.name))
362 if (!exp.extName.empty() && !isDecorated(exp.extName))
907 if (config->machine == I386 && !isDecorated(s))
1691 if (!isDecorated(e.name))
1693 if (!e.extName.empty() && !isDecorated(e.extName))

Completed in 62 milliseconds