Searched refs:TDV (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 527 LVTypeVisitor TDV(W, &LogicalVisitor, Types, Ids, StreamTPI, in loadPrecompiledObject() 529 return visitTypeStream(Types, TDV); in loadPrecompiledObject() local 573 LVTypeVisitor TDV(W, &LogicalVisitor, Types, Ids, StreamTPI, in traverseTypeSection() 575 return visitTypeStream(Types, TDV); in traverseTypeSection() local 585 LVTypeVisitor TDV(W, &LogicalVisitor, Types, Ids, StreamIdx, in traverseTypes() 587 return visitTypeStream(Types, TDV); in traverseTypes() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 1501 TypeDumpVisitor TDV(Types, &W, opts::CodeViewSubsectionBytes); in printCodeViewTypeSection() local 1502 if (Error E = codeview::visitTypeStream(Types, TDV)) in printCodeViewTypeSection() 2195 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes() local 2196 if (Error Err = codeview::visitTypeStream(TpiTypes, TDV)) in dumpCodeViewMergedTypes() 2206 TypeDumpVisitor TDV(TpiTypes, &Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes() local 2207 TDV.setIpiTypes(IpiTypes); in dumpCodeViewMergedTypes() 2208 if (Error Err = codeview::visitTypeStream(IpiTypes, TDV)) in dumpCodeViewMergedTypes()
|