Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDumpVisitor.h37 void setIpiTypes(TypeCollection &Types) { IpiTypes = &Types; } in setIpiTypes()
72 return IpiTypes ? *IpiTypes : TpiTypes; in getSourceTypes()
80 TypeCollection *IpiTypes = nullptr; variable
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.h59 std::unique_ptr<codeview::LazyRandomTypeCollection> IpiTypes; variable
H A DBytesOutputStyle.cpp450 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1927 TypeTableCollection IpiTypes(IDTable.records()); in dumpCodeViewMergedTypes() local
1931 TDV.setIpiTypes(IpiTypes); in dumpCodeViewMergedTypes()
1932 error(codeview::visitTypeStream(IpiTypes, TDV)); in dumpCodeViewMergedTypes()