Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h320 std::string getFunctionFileStr(SPIRVFunction *);
DSPIRVModule.cpp1513 return getFunctionFileStr(M->getEntryPoint(EM, I)); in getEntryPointFileStr()
1517 SPIRVDbgInfo::getFunctionFileStr(SPIRVFunction *F) { in getFunctionFileStr() function in SPIRV::SPIRVDbgInfo
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp224 auto DF = getDIFile(SpDbg.getFunctionFileStr(SF)); in getDISubprogram()