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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeDumpVisitor.h 28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W,
30 : W(W), PrintRecordBytes(PrintRecordBytes), TpiTypes(TpiTypes) {}
71 return IpiTypes ? *IpiTypes : TpiTypes;
78 TypeCollection &TpiTypes;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
BytesOutputStyle.h 57 std::unique_ptr<codeview::LazyRandomTypeCollection> TpiTypes;
BytesOutputStyle.cpp 447 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes;
DumpOutputStyle.cpp 777 auto &TpiTypes = File.types();
796 else if (Optional<CVType> T = TpiTypes.tryGetType(UDT.Type)) {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp 162 codeview::printTypeIndex(*W, FieldName, TI, TpiTypes);
170 return visitTypeBegin(Record, TypeIndex::fromArrayIndex(TpiTypes.size()));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp 2031 TypeTableCollection TpiTypes(TpiRecords);
2034 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes);
2035 if (Error Err = codeview::visitTypeStream(TpiTypes, TDV))
2045 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes);

Completed in 49 milliseconds