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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h86 std::vector<PdbDbiModuleInfo> ModInfos; member in struct:llvm::pdb::yaml::PdbDbiStream
H A DYAMLOutputStyle.cpp220 Obj.DbiStream->ModInfos.emplace_back();
221 yaml::PdbDbiModuleInfo &DMI = Obj.DbiStream->ModInfos.back();
H A DPdbYaml.cpp158 IO.mapOptional("Modules", Obj.ModInfos);
H A Dllvm-pdbutil.cpp811 for (const auto &MI : Dbi.ModInfos) {

Completed in 103 milliseconds