Lines Matching refs:SPIRVAnnotation
424 class SPIRVAnnotation:public SPIRVAnnotationGeneric {
427 SPIRVAnnotation(const SPIRVEntry *TheTarget, unsigned TheWordCount) in SPIRVAnnotation() function
431 SPIRVAnnotation():SPIRVAnnotationGeneric(OC){} in SPIRVAnnotation() function
434 class SPIRVEntryPoint:public SPIRVAnnotation<OpEntryPoint> {
446 class SPIRVName:public SPIRVAnnotation<OpName> {
459 class SPIRVMemberName:public SPIRVAnnotation<OpName> {
465 :SPIRVAnnotation(TheTarget, FixedWC + getSizeInWords(TheStr)), in SPIRVMemberName()
491 class SPIRVLine:public SPIRVAnnotation<OpLine> {
497 :SPIRVAnnotation(TheTarget, WC), FileName(TheFileName), Line(TheLine), in SPIRVLine()
541 class SPIRVExecutionMode:public SPIRVAnnotation<OpExecutionMode> {
546 :SPIRVAnnotation(TheTarget, 6), ExecMode(TheExecMode){ in SPIRVExecutionMode()
555 :SPIRVAnnotation(TheTarget, 4), ExecMode(TheExecMode){ in SPIRVExecutionMode()
561 :SPIRVAnnotation(TheTarget, 3), ExecMode(TheExecMode){ in SPIRVExecutionMode()