Searched refs:BytePrefix (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 349 static void copyBytesForDefRange(SmallString<20> &BytePrefix, in copyBytesForDefRange() argument 352 BytePrefix.resize(2 + sizeof(T)); in copyBytesForDefRange() 354 memcpy(&BytePrefix[0], &SymKindLE, 2); in copyBytesForDefRange() 355 memcpy(&BytePrefix[2], &DefRangeHeader, sizeof(T)); in copyBytesForDefRange() 365 SmallString<20> BytePrefix; in emitCVDefRangeDirective() local 366 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_REGISTER_REL, DRHdr); in emitCVDefRangeDirective() 367 emitCVDefRangeDirective(Ranges, BytePrefix); in emitCVDefRangeDirective() 373 SmallString<20> BytePrefix; in emitCVDefRangeDirective() local 374 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_SUBFIELD_REGISTER, in emitCVDefRangeDirective() 376 emitCVDefRangeDirective(Ranges, BytePrefix); in emitCVDefRangeDirective() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2701 SmallString<20> BytePrefix; in emitLocalVariable() local 2703 BytePrefix.clear(); in emitLocalVariable()
|