Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h64 Error beginRecord(std::optional<uint32_t> MaxLength);
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp243 error(IO.beginRecord(MaxLen)); in visitTypeBegin()
284 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix) - in visitMemberBegin()
DCodeViewRecordIO.cpp20 Error CodeViewRecordIO::beginRecord(std::optional<uint32_t> MaxLength) { in beginRecord() function in CodeViewRecordIO
DSymbolRecordMapping.cpp37 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix))); in visitSymbolBegin()