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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
ContinuationRecordBuilder.cpp 37 static constexpr uint32_t ContinuationLength = sizeof(ContinuationRecord);
39 MaxRecordLength - ContinuationLength;
136 uint32_t NewSegmentBegin = Offset + ContinuationLength;
162 auto Continuation = Data.take_back(ContinuationLength);
TypeRecordMapping.cpp 263 constexpr uint32_t ContinuationLength = 8;
265 ContinuationLength));

Completed in 40 milliseconds