Lines Matching full:emit
172 void YAMLRemarkSerializer::emit(const Remark &Remark) { in emit() function in YAMLRemarkSerializer
184 void YAMLStrTabRemarkSerializer::emit(const Remark &Remark) { in emit() function in YAMLStrTabRemarkSerializer
185 // In standalone mode, for the serializer with a string table, emit the in emit()
190 MetaSerializer->emit(); in emit()
195 YAMLRemarkSerializer::emit(Remark); in emit()
206 // Emit the magic number. in emitMagic()
208 // Explicitly emit a '\0'. in emitMagic()
213 // Emit the version number: little-endian uint64_t. in emitVersion()
221 // Emit the string table in the section. in emitStrTab()
223 // Emit the total size of the string table (the size itself excluded): in emitStrTab()
225 // Note: even if no string table is used, emit 0. in emitStrTab()
234 // Emit the null-terminated absolute path to the remark file. in emitExternalFile()
242 void YAMLMetaSerializer::emit() { in emit() function in YAMLMetaSerializer
250 void YAMLStrTabMetaSerializer::emit() { in emit() function in YAMLStrTabMetaSerializer