Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h319 std::string getEntryPointFileStr(SPIRVExecutionModelKind, unsigned);
DSPIRVModule.cpp1510 SPIRVDbgInfo::getEntryPointFileStr(SPIRVExecutionModelKind EM, unsigned I) { in getEntryPointFileStr() function in SPIRV::SPIRVDbgInfo
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp193 auto File = SpDbg.getEntryPointFileStr(ExecutionModelKernel, 0); in createCompileUnit()