Searched refs:PrintRecordBytes (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolDumper.h | 30 bool PrintRecordBytes) in CVSymbolDumper() argument 32 PrintRecordBytes(PrintRecordBytes) {} in CVSymbolDumper() 49 bool PrintRecordBytes; variable
|
D | TypeDumper.h | 27 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/ |
D | SymbolDumper.h | 31 bool PrintRecordBytes) in CVSymbolDumper() argument 34 PrintRecordBytes(PrintRecordBytes) {} in CVSymbolDumper() 52 bool PrintRecordBytes; variable
|
D | TypeDumpVisitor.h | 30 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/ |
D | SymbolDumper.cpp | 35 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()
|
D | TypeDumpVisitor.cpp | 185 if (PrintRecordBytes) in visitTypeEnd() 203 if (PrintRecordBytes) in visitMemberEnd()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 32 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()
|
D | TypeDumper.cpp | 226 if (PrintRecordBytes) in visitTypeEnd()
|