File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,34 @@ tokens(
171
171
int endColumn : int ref
172
172
);
173
173
174
+ /*
175
+ * SMAP
176
+ */
177
+
178
+ smap_header(
179
+ int outputFileId: @file ref,
180
+ string outputFilename: string ref,
181
+ string defaultStratum: string ref
182
+ );
183
+
184
+ smap_files(
185
+ int outputFileId: @file ref,
186
+ string stratum: string ref,
187
+ int inputFileNum: int ref,
188
+ string inputFileName: string ref,
189
+ int inputFileId: @file ref
190
+ );
191
+
192
+ smap_lines(
193
+ int outputFileId: @file ref,
194
+ string stratum: string ref,
195
+ int inputFileNum: int ref,
196
+ int inputStartLine: int ref,
197
+ int inputLineCount: int ref,
198
+ int outputStartLine: int ref,
199
+ int outputLineIncrement: int ref
200
+ );
201
+
174
202
/*
175
203
* Locations and files
176
204
*/
You can’t perform that action at this time.
0 commit comments