Searched refs:getFunctionFileStr (Results 1 – 3 of 3) sorted by relevance
320 std::string getFunctionFileStr(SPIRVFunction *);
1513 return getFunctionFileStr(M->getEntryPoint(EM, I)); in getEntryPointFileStr()1517 SPIRVDbgInfo::getFunctionFileStr(SPIRVFunction *F) { in getFunctionFileStr() function in SPIRV::SPIRVDbgInfo
224 auto DF = getDIFile(SpDbg.getFunctionFileStr(SF)); in getDISubprogram()