Searched refs:TotalLen (Results 1 – 2 of 2) sorted by relevance
246 uint32_t TotalLen = sizeof(RecordPrefix) + Data.size(); in toCodeViewSymbol() local248 Prefix.RecordLen = TotalLen - 2; in toCodeViewSymbol()249 uint8_t *Buffer = Allocator.Allocate<uint8_t>(TotalLen); in toCodeViewSymbol()252 return CVSymbol(Kind, ArrayRef<uint8_t>(Buffer, TotalLen)); in toCodeViewSymbol()
879 size_t TotalLen = lenA + 1 + strlen(m_psOrig); in Prefix() local881 m_psOrig = new char[TotalLen + 1]; in Prefix()886 m_psOrig[TotalLen] = '\0'; in Prefix()