Searched refs:TotalLen (Results 1 – 1 of 1) sorted by relevance
282 uint32_t TotalLen = sizeof(RecordPrefix) + Data.size(); in toCodeViewSymbol() local284 Prefix.RecordLen = TotalLen - 2; in toCodeViewSymbol()285 uint8_t *Buffer = Allocator.Allocate<uint8_t>(TotalLen); in toCodeViewSymbol()288 return CVSymbol(ArrayRef<uint8_t>(Buffer, TotalLen)); in toCodeViewSymbol()