Lines Matching full:pdb
16 #include "llvm/DebugInfo/PDB/PDBTypes.h"
17 #include "llvm/DebugInfo/PDB/Raw/PDBFile.h"
18 #include "llvm/DebugInfo/PDB/Raw/RawConstants.h"
25 namespace pdb {
72 template <> struct MappingTraits<pdb::yaml::PdbObject> {
73 static void mapping(IO &IO, pdb::yaml::PdbObject &Obj);
76 template <> struct MappingTraits<pdb::yaml::MsfHeaders> {
77 static void mapping(IO &IO, pdb::yaml::MsfHeaders &Obj);
80 template <> struct MappingTraits<pdb::PDBFile::SuperBlock> {
81 static void mapping(IO &IO, pdb::PDBFile::SuperBlock &SB);
84 template <> struct MappingTraits<pdb::yaml::StreamBlockList> {
85 static void mapping(IO &IO, pdb::yaml::StreamBlockList &SB);
88 template <> struct MappingTraits<pdb::yaml::PdbInfoStream> {
89 static void mapping(IO &IO, pdb::yaml::PdbInfoStream &Obj);
92 template <> struct MappingTraits<pdb::yaml::PdbDbiStream> {
93 static void mapping(IO &IO, pdb::yaml::PdbDbiStream &Obj);
99 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::pdb::yaml::StreamBlockList)