Lines Matching refs:PDB
17 #include "llvm/DebugInfo/PDB/Native/DbiStream.h"
18 #include "llvm/DebugInfo/PDB/Native/FormatUtil.h"
19 #include "llvm/DebugInfo/PDB/Native/InfoStream.h"
20 #include "llvm/DebugInfo/PDB/Native/InputFile.h"
21 #include "llvm/DebugInfo/PDB/Native/NativeSession.h"
22 #include "llvm/DebugInfo/PDB/Native/PDBFile.h"
23 #include "llvm/DebugInfo/PDB/Native/RawTypes.h"
262 case StreamPurpose::PDB: {
442 printStructField(P, "the PDB Stream Version Signature",
445 printStructField(P, "the signature of the PDB Stream",
448 printStructField(P, "the age of the PDB", uint32_t(Header->Age));
450 printStructField(P, "the guid of the PDB", fmt_guid(Header->Guid.Guid));
455 P.printLine("Within the PDB stream:");
462 } Substreams[] = {{sizeof(InfoStreamHeader), "PDB Stream Header",
466 {Info.getStreamSize(), "PDB Feature Signatures",