Lines Matching refs:Exports
160 fromCodeViewSubsection(const DebugCrossModuleExportsSubsectionRef &Exports);
162 std::vector<CrossModuleExport> Exports;
342 IO.mapOptional("Exports", Exports);
468 for (const auto &M : Exports)
648 const DebugCrossModuleExportsSubsectionRef &Exports) {
650 Result->Exports.assign(Exports.begin(), Exports.end());
831 DebugCrossModuleExportsSubsectionRef &Exports,
834 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(Exports);