Searched refs:beginRecord (Results 1 – 4 of 4) sorted by relevance
64 Error beginRecord(std::optional<uint32_t> MaxLength);
243 error(IO.beginRecord(MaxLen)); in visitTypeBegin()284 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix) - in visitMemberBegin()
21 Error CodeViewRecordIO::beginRecord(std::optional<uint32_t> MaxLength) { in beginRecord() function in CodeViewRecordIO
37 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix))); in visitSymbolBegin()