/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-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolDumper.h | 30 bool PrintRecordBytes) in CVSymbolDumper() argument 33 PrintRecordBytes(PrintRecordBytes) {} in CVSymbolDumper() 53 bool PrintRecordBytes; variable
|
D | TypeDumpVisitor.h | 29 bool PrintRecordBytes) in TypeDumpVisitor() argument 30 : W(W), PrintRecordBytes(PrintRecordBytes), TpiTypes(TpiTypes) {} in TypeDumpVisitor() 76 bool PrintRecordBytes = false; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolDumper.h | 30 bool PrintRecordBytes) in CVSymbolDumper() argument 33 PrintRecordBytes(PrintRecordBytes) {} in CVSymbolDumper() 53 bool PrintRecordBytes; variable
|
D | TypeDumpVisitor.h | 29 bool PrintRecordBytes) in TypeDumpVisitor() argument 30 : W(W), PrintRecordBytes(PrintRecordBytes), TpiTypes(TpiTypes) {} in TypeDumpVisitor() 76 bool PrintRecordBytes = false; variable
|
/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 __anon1e365f630111::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()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 34 ScopedPrinter &W, CPUType CPU, bool PrintRecordBytes) in CVSymbolDumperImpl() argument 36 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl() 63 bool PrintRecordBytes; member in __anona68489110111::CVSymbolDumperImpl 112 if (PrintRecordBytes && ObjDelegate) in visitSymbolEnd() 657 PrintRecordBytes); in dump() 671 PrintRecordBytes); in dump()
|
D | TypeDumpVisitor.cpp | 184 if (PrintRecordBytes) in visitTypeEnd() 202 if (PrintRecordBytes) in visitMemberEnd()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 34 ScopedPrinter &W, CPUType CPU, bool PrintRecordBytes) in CVSymbolDumperImpl() argument 36 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl() 63 bool PrintRecordBytes; member in __anonbaeeee050111::CVSymbolDumperImpl 112 if (PrintRecordBytes && ObjDelegate) in visitSymbolEnd() 657 PrintRecordBytes); in dump() 671 PrintRecordBytes); in dump()
|
D | TypeDumpVisitor.cpp | 184 if (PrintRecordBytes) in visitTypeEnd() 202 if (PrintRecordBytes) in visitMemberEnd()
|