Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Emit

88       // Emit stat information.
96 // Emit stat information.
145 // Emit the entry kind.
147 // Emit the string.
156 // For file entries emit the offsets into the PTH file for token data
163 // Emit any other data associated with the key (i.e., stat information).
198 /// Emit a token to the PTH file.
232 /// EmitFileTable - Emit a table mapping from file name strings to PTH
234 Offset EmitFileTable() { return PM.Emit(Out); }
262 // Emit the token kind, flags, and length.
283 // Emit the relative offset into the PTH file for the spelling string.
287 // Emit the offset into the original source file of this token so that we
293 // Pad 0's so that we emit tokens to a 4-byte alignment.
347 // The token is the start of a directive. Emit it.
453 // Emit zero for #endifs. This allows us to do checking when
682 Offset StringTableOffset = IIOffMap.Emit(Out);
684 // Now emit the table mapping from persistent IDs to PTH file offsets.
686 Emit32(idcount); // Emit the number of identifiers.