Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumper.h32 bool PrintRecordBytes) in CVSymbolDumper() argument
35 PrintRecordBytes(PrintRecordBytes) {} in CVSymbolDumper()
55 bool PrintRecordBytes; variable
H A DTypeDumpVisitor.h31 bool PrintRecordBytes) in TypeDumpVisitor() argument
32 : W(W), PrintRecordBytes(PrintRecordBytes), TpiTypes(TpiTypes) {} in TypeDumpVisitor()
78 bool PrintRecordBytes = false; variable
/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp32 ScopedPrinter &W, CPUType CPU, bool PrintRecordBytes) in CVSymbolDumperImpl() argument
34 PrintRecordBytes(PrintRecordBytes), InFunctionScope(false) {} in CVSymbolDumperImpl()
61 bool PrintRecordBytes; member in __anon8caa036f0111::CVSymbolDumperImpl
110 if (PrintRecordBytes && ObjDelegate) in visitSymbolEnd()
684 PrintRecordBytes); in dump()
698 PrintRecordBytes); in dump()
H A DTypeDumpVisitor.cpp186 if (PrintRecordBytes) in visitTypeEnd()
203 if (PrintRecordBytes) in visitMemberEnd()