Searched refs:RecordBytes (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.h | 26 MinimalSymbolDumper(LinePrinter &P, bool RecordBytes, in MinimalSymbolDumper() argument 29 : P(P), RecordBytes(RecordBytes), Ids(Ids), Types(Types) {} in MinimalSymbolDumper() 30 MinimalSymbolDumper(LinePrinter &P, bool RecordBytes, in MinimalSymbolDumper() argument 34 : P(P), RecordBytes(RecordBytes), SymGroup(&SymGroup), Ids(Ids), in MinimalSymbolDumper() 56 bool RecordBytes; variable
|
D | MinimalTypeDumper.h | 26 MinimalTypeDumpVisitor(LinePrinter &P, uint32_t Width, bool RecordBytes, in MinimalTypeDumpVisitor() argument 30 : P(P), Width(Width), RecordBytes(RecordBytes), Hashes(Hashes), in MinimalTypeDumpVisitor() 54 bool RecordBytes = false; variable
|
D | MinimalTypeDumper.cpp | 229 if (RecordBytes) { in visitTypeEnd() 242 if (RecordBytes) { in visitMemberEnd()
|
D | MinimalSymbolDumper.cpp | 332 if (RecordBytes) { in visitSymbolEnd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 195 uint32_t RecordBytes = in finalizeMsfLayout() local 198 Idx = Msf.addStream(RecordBytes); in finalizeMsfLayout()
|