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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp757 pdb::yaml::PdbObject YamlObj(Allocator);
758 In >> YamlObj; local
763 if (YamlObj.Headers.hasValue())
764 BlockSize = YamlObj.Headers->SuperBlock.BlockSize;
778 if (YamlObj.StringTable.hasValue()) {
779 for (auto S : *YamlObj.StringTable)
788 const auto &Info = YamlObj.PdbStream.getValueOr(DefaultInfoStream);
798 const auto &Dbi = YamlObj.DbiStream.getValueOr(DefaultDbiStream);
833 const auto &Tpi = YamlObj.TpiStream.getValueOr(DefaultTpiStream);
841 const auto &Ipi = YamlObj
[all...]

Completed in 93 milliseconds