Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp282 uint32_t TotalLen = sizeof(RecordPrefix) + Data.size(); in toCodeViewSymbol() local
284 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()