Lines Matching defs:Exports
158 fromCodeViewSubsection(const DebugCrossModuleExportsSubsectionRef &Exports);
160 std::vector<CrossModuleExport> Exports;
340 IO.mapOptional("Exports", Exports);
466 for (const auto &M : Exports)
646 const DebugCrossModuleExportsSubsectionRef &Exports) {
648 Result->Exports.assign(Exports.begin(), Exports.end());
829 DebugCrossModuleExportsSubsectionRef &Exports,
832 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(Exports);