Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDumpVisitor.h36 void setIpiTypes(TypeCollection &Types) { IpiTypes = &Types; } in setIpiTypes()
71 return IpiTypes ? *IpiTypes : TpiTypes; in getSourceTypes()
79 TypeCollection *IpiTypes = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.h58 std::unique_ptr<codeview::LazyRandomTypeCollection> IpiTypes; variable
H A DBytesOutputStyle.cpp447 auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes; in initializeTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2042 TypeTableCollection IpiTypes(IpiRecords); in dumpCodeViewMergedTypes() local
2046 TDV.setIpiTypes(IpiTypes); in dumpCodeViewMergedTypes()
2047 if (Error Err = codeview::visitTypeStream(IpiTypes, TDV)) in dumpCodeViewMergedTypes()