Home
last modified time | relevance | path

Searched refs:getContinuationIndex (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/CodeView/
DListRecordBuilder.cpp27 Builder.writeTypeIndex(R.getContinuationIndex()); in writeListContinuation()
DTypeDumper.cpp625 printTypeIndex("ContinuationIndex", Cont.getContinuationIndex()); in visitListContinuation()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h1182 TypeIndex getContinuationIndex() const { return ContinuationIndex; } in getContinuationIndex() function