Lines Matching refs:CVTD
31 CVSymbolDumperImpl(CVTypeDumper &CVTD, SymbolDumpDelegate *ObjDelegate, in CVSymbolDumperImpl() argument
33 : CVSymbolVisitor(ObjDelegate), CVTD(CVTD), ObjDelegate(ObjDelegate), in CVSymbolDumperImpl()
51 CVTypeDumper &CVTD; member in __anon8f8d1b050111::CVSymbolDumperImpl
157 CVTD.printTypeIndex("Type", BPRel.Header.Type); in visitBPRelativeSym()
180 CVTD.printTypeIndex("Type", CallSiteInfo.Header.Type); in visitCallSiteInfoSym()
274 CVTD.printTypeIndex("Type", Constant.Header.Type); in visitConstantSym()
288 CVTD.printTypeIndex("Type", Data.Header.Type); in visitDataSym()
431 CVTD.printTypeIndex("Type", HeapAllocSite.Header.Type); in visitHeapAllocationSiteSym()
442 CVTD.printTypeIndex("Inlinee", InlineSite.Header.Inlinee); in visitInlineSiteSym()
535 CVTD.printTypeIndex("Type", Local.Header.Type); in visitLocalSym()
563 CVTD.printTypeIndex("FunctionType", Proc.Header.FunctionType); in visitProcSym()
591 CVTD.printTypeIndex("FuncID", FuncID); in visitCallerSym()
599 CVTD.printTypeIndex("Type", RegRel.Header.Type); in visitRegRelativeSym()
613 CVTD.printTypeIndex("Type", Data.Header.Type); in visitThreadLocalDataSym()
621 CVTD.printTypeIndex("Type", UDT.Header.Type); in visitUDTSym()
633 CVSymbolDumperImpl Dumper(CVTD, ObjDelegate.get(), W, PrintRecordBytes); in dump()
639 CVSymbolDumperImpl Dumper(CVTD, ObjDelegate.get(), W, PrintRecordBytes); in dump()