Searched refs:beginRecord (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h63 Error beginRecord(Optional<uint32_t> MaxLength);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp18 Error CodeViewRecordIO::beginRecord(Optional<uint32_t> MaxLength) { function in class:CodeViewRecordIO
H A DTypeRecordMapping.cpp198 error(IO.beginRecord(MaxLen));
239 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix) -
H A DSymbolRecordMapping.cpp37 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix)));

Completed in 164 milliseconds