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

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h25 MinimalSymbolDumper(LinePrinter &P, bool RecordBytes, argument
28 : P(P), RecordBytes(RecordBytes), Ids(Ids), Types(Types) {}
29 MinimalSymbolDumper(LinePrinter &P, bool RecordBytes, argument
33 : P(P), RecordBytes(RecordBytes), SymGroup(&SymGroup), Ids(Ids),
60 bool RecordBytes; member in class:llvm::pdb::MinimalSymbolDumper
H A DMinimalTypeDumper.h27 MinimalTypeDumpVisitor(LinePrinter &P, uint32_t Width, bool RecordBytes, argument
33 : P(P), Width(Width), RecordBytes(RecordBytes), Hashes(Hashes),
58 bool RecordBytes = false; member in class:llvm::pdb::MinimalTypeDumpVisitor
H A DMinimalTypeDumper.cpp264 if (RecordBytes) {
277 if (RecordBytes) {
H A DMinimalSymbolDumper.cpp395 if (RecordBytes) {
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp322 uint32_t RecordBytes = PSH->RecordByteSize + GSH->RecordByteSize;
324 Idx = Msf.addStream(RecordBytes);

Completed in 70 milliseconds