Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h83 StringRef BytesSR = in mapObject() local
85 Streamer->emitBytes(BytesSR); in mapObject()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp51 StringRef BytesSR = StringRef(&Pad, sizeof(Pad)); in endRecord() local
52 Streamer->emitBytes(BytesSR); in endRecord()