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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeCollection.h 1 //===- TypeCollection.h - A collection of CodeView type records -*- C++ -*-===//
18 class TypeCollection {
20 virtual ~TypeCollection() = default;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
BytesOutputStyle.cpp 447 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes;
448 if (TypeCollection)
449 return *TypeCollection;
459 TypeCollection =
462 return *TypeCollection;

Completed in 67 milliseconds