Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h114 virtual SPIRVFunction *getEntryPoint(SPIRVExecutionModelKind, unsigned) const
DSPIRVModule.cpp113 SPIRVFunction *getEntryPoint(SPIRVExecutionModelKind EM, unsigned I) const { in getEntryPoint() function in SPIRV::SPIRVModuleImpl
1513 return getFunctionFileStr(M->getEntryPoint(EM, I)); in getEntryPointFileStr()