Searched refs:PrintRecordBytes (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h30 bool PrintRecordBytes)
32 PrintRecordBytes(PrintRecordBytes) {}
49 bool PrintRecordBytes; member in class:llvm::codeview::CVSymbolDumper
28 CVSymbolDumper(ScopedPrinter &W, CVTypeDumper &CVTD, std::unique_ptr<SymbolDumpDelegate> ObjDelegate, bool PrintRecordBytes) argument
H A DTypeDumper.h27 CVTypeDumper(ScopedPrinter *W, bool PrintRecordBytes) argument
28 : W(W), PrintRecordBytes(PrintRecordBytes) {}
89 bool PrintRecordBytes = false; member in class:llvm::codeview::CVTypeDumper
/external/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp32 ScopedPrinter &W, bool PrintRecordBytes)
34 W(W), PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {}
55 bool PrintRecordBytes; member in class:__anon14013::CVSymbolDumperImpl
84 if (PrintRecordBytes && ObjDelegate)
633 CVSymbolDumperImpl Dumper(CVTD, ObjDelegate.get(), W, PrintRecordBytes);
639 CVSymbolDumperImpl Dumper(CVTD, ObjDelegate.get(), W, PrintRecordBytes);
31 CVSymbolDumperImpl(CVTypeDumper &CVTD, SymbolDumpDelegate *ObjDelegate, ScopedPrinter &W, bool PrintRecordBytes) argument
H A DTypeDumper.cpp226 if (PrintRecordBytes)

Completed in 125 milliseconds