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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeDumpVisitor.h 36 void setIpiTypes(TypeCollection &Types) { IpiTypes = &Types; }
71 return IpiTypes ? *IpiTypes : TpiTypes;
79 TypeCollection *IpiTypes = nullptr;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
BytesOutputStyle.h 58 std::unique_ptr<codeview::LazyRandomTypeCollection> IpiTypes;
BytesOutputStyle.cpp 447 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 2042 TypeTableCollection IpiTypes(IpiRecords);
2046 TDV.setIpiTypes(IpiTypes);
2047 if (Error Err = codeview::visitTypeStream(IpiTypes, TDV))

Completed in 26 milliseconds