@@ -129,34 +129,34 @@ _Set_ must be result of an OpExtInstImport instruction. +
129129
130130_Name_ is an *OpString* , holding the name of the imported module. +
131131
132- _Source_ is a *DebugSource* instruction representing text of the source program +
132+ _Source_ is a *DebugSource* instruction representing text of the source program
133133of the module. +
134134
135- _Line_ is a single word literal denoting the source line number at which the +
135+ _Line_ is a single word literal denoting the source line number at which the
136136declaration or use of a module appears in the _Source_ . +
137137
138138_Parent_ is id of a debug instruction which represents the parent lexical scope. +
139139
140- _ConfigurationMacros_ is an *OpString* , holding space-separated shell-quoted +
141- list of -D macro definitions as they would appear on a command line specified +
140+ _ConfigurationMacros_ is an *OpString* , holding space-separated shell-quoted
141+ list of -D macro definitions as they would appear on a command line specified
142142to a preprocessor on early stages of _Source_ translation to a SPIR-V module. +
143143
144144_IncludePath_ is an *OpString* , holding the path to the module map file. +
145145
146- _APINotesFile_ is an *OpString* , holding the path to an API notes file for this +
146+ _APINotesFile_ is an *OpString* , holding the path to an API notes file for this
147147module. +
148148
149- _IsDecl_ indicates if the module is a declaration and must be one of the +
149+ _IsDecl_ indicates if the module is a declaration and must be one of the
150150following values: +
1511510 indicates that this module is not a declaration +
1521521 indicates that this module is a declaration +
153153
154154The *DebugModuleINTEL* instruction has no semantic impact and can be safely
155155removed from the module if all references to _Result_ of this instruction are
156- replaced with id of *DebugInfoNone* instruction.
156+ replaced with id of *DebugInfoNone* instruction. +
157157
158158Result of this instruction can be used as _Entity_ operand of
159- *DebugImportedEntity* instruction.
159+ *DebugImportedEntity* instruction. +
160160
161161Any non-literal operand, except _Set_ , can be _id_ of *DebugInfoNone*
162162instruction in case the corresponding debug information is unavailable. String
0 commit comments