Searched refs:SPIRVEntryPoint (Results 1 – 3 of 3) sorted by relevance
415 SPIRVEntryPoint::SPIRVEntryPoint(SPIRVModule *TheModule, in SPIRVEntryPoint() function in SPIRV::SPIRVEntryPoint423 SPIRVEntryPoint::encode(spv_ostream &O) const { in encode()428 SPIRVEntryPoint::decode(std::istream &I) { in decode()
434 class SPIRVEntryPoint:public SPIRVAnnotation<OpEntryPoint> {436 SPIRVEntryPoint(SPIRVModule *TheModule, SPIRVExecutionModelKind,438 SPIRVEntryPoint():ExecModel(ExecutionModelKernel){} in SPIRVEntryPoint() function
1295 O << SPIRVEntryPoint(&M, I.first, II, in operator <<()