Lines Matching refs:make_shared
374 auto SS = std::make_shared<YAMLChecksumsSubsection>(); in mapping()
377 Subsection.Subsection = std::make_shared<YAMLLinesSubsection>(); in mapping()
379 Subsection.Subsection = std::make_shared<YAMLInlineeLinesSubsection>(); in mapping()
382 std::make_shared<YAMLCrossModuleExportsSubsection>(); in mapping()
385 std::make_shared<YAMLCrossModuleImportsSubsection>(); in mapping()
387 Subsection.Subsection = std::make_shared<YAMLSymbolsSubsection>(); in mapping()
389 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>(); in mapping()
391 Subsection.Subsection = std::make_shared<YAMLFrameDataSubsection>(); in mapping()
393 Subsection.Subsection = std::make_shared<YAMLCoffSymbolRVASubsection>(); in mapping()
405 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings()); in toCodeViewSubsection()
417 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings()); in toCodeViewSubsection()
447 auto Result = std::make_shared<DebugInlineeLinesSubsection>( in toCodeViewSubsection()
467 auto Result = std::make_shared<DebugCrossModuleExportsSubsection>(); in toCodeViewSubsection()
480 std::make_shared<DebugCrossModuleImportsSubsection>(*SC.strings()); in toCodeViewSubsection()
491 auto Result = std::make_shared<DebugSymbolsSubsection>(); in toCodeViewSubsection()
502 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection()
513 auto Result = std::make_shared<DebugFrameDataSubsection>(true); in toCodeViewSubsection()
534 auto Result = std::make_shared<DebugSymbolRVASubsection>(); in toCodeViewSubsection()
568 auto Result = std::make_shared<YAMLChecksumsSubsection>(); in fromCodeViewSubsection()
584 auto Result = std::make_shared<YAMLLinesSubsection>(); in fromCodeViewSubsection()
622 auto Result = std::make_shared<YAMLInlineeLinesSubsection>(); in fromCodeViewSubsection()
649 auto Result = std::make_shared<YAMLCrossModuleExportsSubsection>(); in fromCodeViewSubsection()
658 auto Result = std::make_shared<YAMLCrossModuleImportsSubsection>(); in fromCodeViewSubsection()
674 auto Result = std::make_shared<YAMLSymbolsSubsection>(); in fromCodeViewSubsection()
692 auto Result = std::make_shared<YAMLStringTableSubsection>(); in fromCodeViewSubsection()
711 auto Result = std::make_shared<YAMLFrameDataSubsection>(); in fromCodeViewSubsection()
739 auto Result = std::make_shared<YAMLCoffSymbolRVASubsection>(); in fromCodeViewSubsection()