Lines Matching defs:BytePrefix
365 static void copyBytesForDefRange(SmallString<20> &BytePrefix,
368 BytePrefix.resize(2 + sizeof(T));
370 memcpy(&BytePrefix[0], &SymKindLE, 2);
371 memcpy(&BytePrefix[2], &DefRangeHeader, sizeof(T));
381 SmallString<20> BytePrefix;
382 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_REGISTER_REL, DRHdr);
383 emitCVDefRangeDirective(Ranges, BytePrefix);
389 SmallString<20> BytePrefix;
390 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_SUBFIELD_REGISTER,
392 emitCVDefRangeDirective(Ranges, BytePrefix);
398 SmallString<20> BytePrefix;
399 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_REGISTER, DRHdr);
400 emitCVDefRangeDirective(Ranges, BytePrefix);
406 SmallString<20> BytePrefix;
407 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_FRAMEPOINTER_REL,
409 emitCVDefRangeDirective(Ranges, BytePrefix);