Searched defs:CVTD (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h28 CVSymbolDumper(ScopedPrinter &W, CVTypeDumper &CVTD, argument
31 : W(W), CVTD(CVTD), ObjDelegate(std::move(ObjDelegate)),
46 CVTypeDumper &CVTD; member in class:llvm::codeview::CVSymbolDumper
/external/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp31 CVSymbolDumperImpl(CVTypeDumper &CVTD, SymbolDumpDelegate *ObjDelegate, argument
33 : CVSymbolVisitor(ObjDelegate), CVTD(CVTD), ObjDelegate(ObjDelegate),
51 CVTypeDumper &CVTD; member in class:__anon14013::CVSymbolDumperImpl
157 CVTD.printTypeIndex("Type", BPRel.Header.Type);
180 CVTD.printTypeIndex("Type", CallSiteInfo.Header.Type);
274 CVTD.printTypeIndex("Type", Constant.Header.Type);
288 CVTD.printTypeIndex("Type", Data.Header.Type);
431 CVTD.printTypeIndex("Type", HeapAllocSite.Header.Type);
442 CVTD
[all...]
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp66 CVTD(&Writer, opts::CodeViewSubsectionBytes) {}
101 CVTD.printTypeIndex(FieldName, TI);
144 CVTypeDumper CVTD; member in class:__anon14879::COFFDumper
955 CVSymbolDumper CVSD(W, CVTD, std::move(CODD), opts::CodeViewSubsectionBytes);
1095 if (auto EC = CVTD.dump({Data.bytes_begin(), Data.bytes_end()})) {
1541 CVTypeDumper CVTD(&Writer, opts::CodeViewSubsectionBytes);
1542 if (auto EC = CVTD.dump({Buf.str().bytes_begin(), Buf.str().bytes_end()})) {

Completed in 330 milliseconds