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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolSerializer.cpp47 uint32_t RecordEnd = Writer.getOffset();
48 uint16_t Length = RecordEnd - 2;
53 uint8_t *StableStorage = Storage.Allocate<uint8_t>(RecordEnd);
54 ::memcpy(StableStorage, &RecordBuffer[0], RecordEnd);
55 Record.RecordData = ArrayRef<uint8_t>(StableStorage, RecordEnd);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2705 MCSymbol *RecordEnd = beginSymbolRecord(SymbolKind::S_BLOCK32); local
2718 endSymbolRecord(RecordEnd);

Completed in 160 milliseconds