Home
last modified time | relevance | path

Searched refs:RecordBytes (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.h26 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
DMinimalTypeDumper.h26 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
DMinimalTypeDumper.cpp229 if (RecordBytes) { in visitTypeEnd()
242 if (RecordBytes) { in visitMemberEnd()
DMinimalSymbolDumper.cpp332 if (RecordBytes) { in visitSymbolEnd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp195 uint32_t RecordBytes = in finalizeMsfLayout() local
198 Idx = Msf.addStream(RecordBytes); in finalizeMsfLayout()