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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeEnum.cpp 58 Optional<TypeIndex> ContinuationIndex;
69 ContinuationIndex = ClassParent.getEnumRecord().FieldList;
70 while (ContinuationIndex) {
71 CVType FieldList = Types.getType(*ContinuationIndex);
73 ContinuationIndex.reset();
86 ContinuationIndex = Record.ContinuationIndex;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 918 ListContinuationRecord(TypeIndex ContinuationIndex)
920 ContinuationIndex(ContinuationIndex) {}
922 TypeIndex getContinuationIndex() const { return ContinuationIndex; }
924 TypeIndex ContinuationIndex;

Completed in 29 milliseconds