Home
last modified time | relevance | path

Searched refs:IpiTypes (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeDumpVisitor.h37 void setIpiTypes(TypeCollection &Types) { IpiTypes = &Types; } in setIpiTypes()
72 return IpiTypes ? *IpiTypes : TpiTypes; in getSourceTypes()
80 TypeCollection *IpiTypes = nullptr; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.h59 std::unique_ptr<codeview::LazyRandomTypeCollection> IpiTypes; variable
DBytesOutputStyle.cpp450 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1852 TypeTableCollection IpiTypes(IDTable.records()); in dumpCodeViewMergedTypes() local
1856 TDV.setIpiTypes(IpiTypes); in dumpCodeViewMergedTypes()
1857 error(codeview::visitTypeStream(IpiTypes, TDV)); in dumpCodeViewMergedTypes()