Searched refs:CVTD (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolDumper.h | 28 CVSymbolDumper(ScopedPrinter &W, CVTypeDumper &CVTD, in CVSymbolDumper() argument 31 : W(W), CVTD(CVTD), ObjDelegate(std::move(ObjDelegate)), in CVSymbolDumper() 46 CVTypeDumper &CVTD; variable
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 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() [all …]
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 66 CVTD(&Writer, opts::CodeViewSubsectionBytes) {} in COFFDumper() 101 CVTD.printTypeIndex(FieldName, TI); in printTypeIndex() 144 CVTypeDumper CVTD; member in __anon821fa98e0111::COFFDumper 955 CVSymbolDumper CVSD(W, CVTD, std::move(CODD), opts::CodeViewSubsectionBytes); in printCodeViewSymbolsSubsection() 1095 if (auto EC = CVTD.dump({Data.bytes_begin(), Data.bytes_end()})) { in printCodeViewTypeSection() 1541 CVTypeDumper CVTD(&Writer, opts::CodeViewSubsectionBytes); in dumpCodeViewMergedTypes() local 1542 if (auto EC = CVTD.dump({Buf.str().bytes_begin(), Buf.str().bytes_end()})) { in dumpCodeViewMergedTypes()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 452 CVTypeDumper CVTD(nullptr, /*PrintRecordBytes=*/false); in emitTypeInformation() local 461 CVTD.setPrinter(&SP); in emitTypeInformation() 462 Error E = CVTD.dump({Record.bytes_begin(), Record.bytes_end()}); in emitTypeInformation()
|