Searched refs:IsSPIRVText (Results 1 – 3 of 3) sorted by relevance
87 bool IsSPIRVText(std::string &Img);
1559 bool IsSPIRVText(const std::string &Img) { in IsSPIRVText() function1570 auto FromText = IsSPIRVText(Input); in ConvertSPIRV()