Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVModule

56 class SPIRVModule;
205 SPIRVEntry(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode,
213 SPIRVEntry(SPIRVModule *M, unsigned TheWordCount, Op TheOpCode)
249 SPIRVModule *getModule() const { return Module;}
288 void setModule(SPIRVModule *TheModule);
357 SPIRVModule *Module;
371 SPIRVEntryNoIdGeneric(SPIRVModule *M, unsigned TheWordCount, Op OC)
387 SPIRVEntryNoId(SPIRVModule *M, unsigned TheWordCount)
409 SPIRVAnnotationGeneric(SPIRVModule *TheModule, unsigned TheWordCount, Op OC,
436 SPIRVEntryPoint(SPIRVModule *TheModule, SPIRVExecutionModelKind,
482 SPIRVString(SPIRVModule *M, SPIRVId TheId, const std::string &TheStr)
613 SPIRVExtInstImport(SPIRVModule *TheModule, SPIRVId TheId,
626 SPIRVMemoryModel(SPIRVModule *M):SPIRVEntryNoId(M, 3){}
634 SPIRVSource(SPIRVModule *M):SPIRVEntryNoId(M, 3){}
641 SPIRVSourceExtension(SPIRVModule *M, const std::string &SS);
650 SPIRVExtension(SPIRVModule *M, const std::string &SS);
659 SPIRVCapability(SPIRVModule *M, SPIRVCapabilityKind K);