Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h39 Error beginRecord(Optional<uint32_t> MaxLength);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp95 error(IO.beginRecord(MaxLen)); in visitTypeBegin()
119 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix) - in visitMemberBegin()
DCodeViewRecordIO.cpp19 Error CodeViewRecordIO::beginRecord(Optional<uint32_t> MaxLength) { in beginRecord() function in CodeViewRecordIO
DSymbolRecordMapping.cpp38 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix))); in visitSymbolBegin()