Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp336 static void copyBytesForDefRange(SmallString<20> &BytePrefix, in copyBytesForDefRange() argument
339 BytePrefix.resize(2 + sizeof(T)); in copyBytesForDefRange()
341 memcpy(&BytePrefix[0], &SymKindLE, 2); in copyBytesForDefRange()
342 memcpy(&BytePrefix[2], &DefRangeHeader, sizeof(T)); in copyBytesForDefRange()
352 SmallString<20> BytePrefix; in EmitCVDefRangeDirective() local
353 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_REGISTER_REL, DRHdr); in EmitCVDefRangeDirective()
354 EmitCVDefRangeDirective(Ranges, BytePrefix); in EmitCVDefRangeDirective()
360 SmallString<20> BytePrefix; in EmitCVDefRangeDirective() local
361 copyBytesForDefRange(BytePrefix, codeview::S_DEFRANGE_SUBFIELD_REGISTER, in EmitCVDefRangeDirective()
363 EmitCVDefRangeDirective(Ranges, BytePrefix); in EmitCVDefRangeDirective()
[all …]
/external/llvm-project/llvm/lib/MC/
DMCStreamer.cpp349 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 …]
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1882 SmallString<20> BytePrefix; in emitLocalVariable() local
1884 BytePrefix.clear(); in emitLocalVariable()
1893 BytePrefix += in emitLocalVariable()
1895 BytePrefix += in emitLocalVariable()
1904 BytePrefix += in emitLocalVariable()
1906 BytePrefix += in emitLocalVariable()
1910 OS.EmitCVDefRangeDirective(DefRange.Ranges, BytePrefix); in emitLocalVariable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2668 SmallString<20> BytePrefix; in emitLocalVariable() local
2670 BytePrefix.clear(); in emitLocalVariable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2638 SmallString<20> BytePrefix; in emitLocalVariable() local
2640 BytePrefix.clear(); in emitLocalVariable()