Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h121 virtual unsigned getNumEntryPoints(SPIRVExecutionModelKind) const = 0;
DSPIRVModule.cpp107 unsigned getNumEntryPoints(SPIRVExecutionModelKind EM) const { in getNumEntryPoints() function in SPIRV::SPIRVModuleImpl
1511 if (M->getNumEntryPoints(EM) == 0) in getEntryPointFileStr()