Searched refs:BytePrefix (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 359 static void copyBytesForDefRange(SmallString<20> &BytePrefix, in copyBytesForDefRange() argument 362 BytePrefix.resize(2 + sizeof(T)); in copyBytesForDefRange() 364 memcpy(&BytePrefix[0], &SymKindLE, 2); in copyBytesForDefRange() 365 memcpy(&BytePrefix[2], &DefRangeHeader, sizeof(T)); in copyBytesForDefRange() 375 SmallString<20> BytePrefix; in emitCVDefRangeDirective() local 376 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_REGISTER_REL, DRHdr); in emitCVDefRangeDirective() 377 emitCVDefRangeDirective(Ranges, BytePrefix); in emitCVDefRangeDirective() 383 SmallString<20> BytePrefix; in emitCVDefRangeDirective() local 384 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_SUBFIELD_REGISTER, in emitCVDefRangeDirective() 386 emitCVDefRangeDirective(Ranges, BytePrefix); in emitCVDefRangeDirective() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2870 // records and on disk formats are described in SymbolRecords.h. BytePrefix in emitLocalVariable() 2872 SmallString<20> BytePrefix; in emitLocalVariable() 2876 BytePrefix.clear(); in emitLocalVariable() 2854 SmallString<20> BytePrefix; emitLocalVariable() local
|