HomeSort by: relevance | last modified time | path
    Searched defs:RecordLen (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
RecordSerialization.h 35 explicit RecordPrefix(uint16_t Kind) : RecordLen(2), RecordKind(Kind) {}
37 ulittle16_t RecordLen; // Record length, starting from &RecordKind.
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeRecordMapping.cpp 228 uint16_t RecordLen = CVR.length() - 2;
231 error(IO.mapInteger(RecordLen, "Record length"));

Completed in 33 milliseconds