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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
ContinuationRecordBuilder.h 41 uint32_t getCurrentSegmentLength() const;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
ContinuationRecordBuilder.cpp 96 assert(getCurrentSegmentLength() % 4 == 0);
103 if (getCurrentSegmentLength() > MaxSegmentLength) {
114 assert(getCurrentSegmentLength() == MemberLength + sizeof(RecordPrefix));
117 assert(getCurrentSegmentLength() % 4 == 0);
118 assert(getCurrentSegmentLength() <= MaxSegmentLength);
121 uint32_t ContinuationRecordBuilder::getCurrentSegmentLength() const {

Completed in 17 milliseconds