Home
last modified time | relevance | path

Searched refs:PrintRecordBytes (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolDumper.h30 bool PrintRecordBytes) in CVSymbolDumper() argument
32 PrintRecordBytes(PrintRecordBytes) {} in CVSymbolDumper()
49 bool PrintRecordBytes; variable
DTypeDumper.h27 CVTypeDumper(ScopedPrinter *W, bool PrintRecordBytes) in CVTypeDumper() argument
28 : W(W), PrintRecordBytes(PrintRecordBytes) {} in CVTypeDumper()
89 bool PrintRecordBytes = false; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolDumper.h31 bool PrintRecordBytes) in CVSymbolDumper() argument
34 PrintRecordBytes(PrintRecordBytes) {} in CVSymbolDumper()
52 bool PrintRecordBytes; variable
DTypeDumpVisitor.h30 bool PrintRecordBytes) in TypeDumpVisitor() argument
31 : W(W), PrintRecordBytes(PrintRecordBytes), TpiTypes(TpiTypes) {} in TypeDumpVisitor()
77 bool PrintRecordBytes = false; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp35 ScopedPrinter &W, bool PrintRecordBytes) in CVSymbolDumperImpl() argument
37 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
59 bool PrintRecordBytes; member in __anon33f02b5d0111::CVSymbolDumperImpl
108 if (PrintRecordBytes && ObjDelegate) in visitSymbolEnd()
628 CVSymbolDumperImpl Dumper(Types, ObjDelegate.get(), W, PrintRecordBytes); in dump()
639 CVSymbolDumperImpl Dumper(Types, ObjDelegate.get(), W, PrintRecordBytes); in dump()
DTypeDumpVisitor.cpp185 if (PrintRecordBytes) in visitTypeEnd()
203 if (PrintRecordBytes) in visitMemberEnd()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp32 ScopedPrinter &W, bool PrintRecordBytes) in CVSymbolDumperImpl() argument
34 W(W), PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
55 bool PrintRecordBytes; member in __anon8f8d1b050111::CVSymbolDumperImpl
84 if (PrintRecordBytes && ObjDelegate) in visitSymbolEnd()
633 CVSymbolDumperImpl Dumper(CVTD, ObjDelegate.get(), W, PrintRecordBytes); in dump()
639 CVSymbolDumperImpl Dumper(CVTD, ObjDelegate.get(), W, PrintRecordBytes); in dump()
DTypeDumper.cpp226 if (PrintRecordBytes) in visitTypeEnd()