Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h85 StringRef BytesSR = in mapObject() local
87 Streamer->emitBytes(BytesSR); in mapObject()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp50 StringRef BytesSR = StringRef(&Pad, sizeof(Pad)); in endRecord() local
51 Streamer->emitBytes(BytesSR); in endRecord()