Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h64 Error beginRecord(Optional<uint32_t> MaxLength);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp18 Error CodeViewRecordIO::beginRecord(Optional<uint32_t> MaxLength) { in beginRecord() function in CodeViewRecordIO
H A DTypeRecordMapping.cpp223 error(IO.beginRecord(MaxLen)); in visitTypeBegin()
264 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix) - in visitMemberBegin()
H A DSymbolRecordMapping.cpp37 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix))); in visitSymbolBegin()