Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp945 isDecoratedSPIRVFunc(const Function *F, std::string *UndecoratedName) { in isDecoratedSPIRVFunc() argument
948 if (UndecoratedName) in isDecoratedSPIRVFunc()
949 *UndecoratedName = undecorateSPIRVFunction(F->getName()); in isDecoratedSPIRVFunc()