Home
last modified time | relevance | path

Searched refs:getLastContinuationSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DListRecordBuilder.cpp23 assert(getLastContinuationSize() < 65535 - 8 && "continuation won't fit"); in writeListContinuation()
51 if (getLastContinuationSize() > 65535 - 8) { in finishSubRecord()
64 assert(getLastContinuationSize() < 65535 && "segment too big"); in finishSubRecord()
/external/llvm/include/llvm/DebugInfo/CodeView/
DListRecordBuilder.h53 size_t getLastContinuationSize() const { in getLastContinuationSize() function