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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp336 static void copyBytesForDefRange(SmallString<20> &BytePrefix, argument
339 BytePrefix.resize(2 + sizeof(T));
341 memcpy(&BytePrefix[0], &SymKindLE, 2);
342 memcpy(&BytePrefix[2], &DefRangeHeader, sizeof(T));
352 SmallString<20> BytePrefix; local
353 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_REGISTER_REL, DRHdr);
354 EmitCVDefRangeDirective(Ranges, BytePrefix);
360 SmallString<20> BytePrefix; local
361 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_SUBFIELD_REGISTER,
363 EmitCVDefRangeDirective(Ranges, BytePrefix);
369 SmallString<20> BytePrefix; local
377 SmallString<20> BytePrefix; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2636 // records and on disk formats are described in SymbolRecords.h. BytePrefix
2638 SmallString<20> BytePrefix; local
2640 BytePrefix.clear();

Completed in 158 milliseconds