Home
last modified time | relevance | path

Searched refs:BytePrefix (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp341 static void copyBytesForDefRange(SmallString<20> &BytePrefix, in copyBytesForDefRange() argument
344 BytePrefix.resize(2 + sizeof(T)); in copyBytesForDefRange()
346 memcpy(&BytePrefix[0], &SymKindLE, 2); in copyBytesForDefRange()
347 memcpy(&BytePrefix[2], &DefRangeHeader, sizeof(T)); in copyBytesForDefRange()
357 SmallString<20> BytePrefix; in emitCVDefRangeDirective() local
358 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_REGISTER_REL, DRHdr); in emitCVDefRangeDirective()
359 emitCVDefRangeDirective(Ranges, BytePrefix); in emitCVDefRangeDirective()
365 SmallString<20> BytePrefix; in emitCVDefRangeDirective() local
366 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_SUBFIELD_REGISTER, in emitCVDefRangeDirective()
368 emitCVDefRangeDirective(Ranges, BytePrefix); in emitCVDefRangeDirective()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2886 SmallString<20> BytePrefix; in emitLocalVariable() local
2890 BytePrefix.clear(); in emitLocalVariable()