Lines Matching refs:shared_ptr

92   virtual std::shared_ptr<DebugSubsection>
110 std::shared_ptr<DebugSubsection>
113 static Expected<std::shared_ptr<YAMLChecksumsSubsection>>
124 std::shared_ptr<DebugSubsection>
127 static Expected<std::shared_ptr<YAMLLinesSubsection>>
140 std::shared_ptr<DebugSubsection>
143 static Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>
156 std::shared_ptr<DebugSubsection>
159 static Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
170 std::shared_ptr<DebugSubsection>
173 static Expected<std::shared_ptr<YAMLCrossModuleImportsSubsection>>
184 std::shared_ptr<DebugSubsection>
187 static Expected<std::shared_ptr<YAMLSymbolsSubsection>>
198 std::shared_ptr<DebugSubsection>
201 static Expected<std::shared_ptr<YAMLStringTableSubsection>>
212 std::shared_ptr<DebugSubsection>
215 static Expected<std::shared_ptr<YAMLFrameDataSubsection>>
227 std::shared_ptr<DebugSubsection>
230 static Expected<std::shared_ptr<YAMLCoffSymbolRVASubsection>>
401 std::shared_ptr<DebugSubsection> YAMLChecksumsSubsection::toCodeViewSubsection( in toCodeViewSubsection()
412 std::shared_ptr<DebugSubsection> YAMLLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()
442 std::shared_ptr<DebugSubsection>
463 std::shared_ptr<DebugSubsection>
473 std::shared_ptr<DebugSubsection>
488 std::shared_ptr<DebugSubsection> YAMLSymbolsSubsection::toCodeViewSubsection( in toCodeViewSubsection()
498 std::shared_ptr<DebugSubsection>
508 std::shared_ptr<DebugSubsection> YAMLFrameDataSubsection::toCodeViewSubsection( in toCodeViewSubsection()
530 std::shared_ptr<DebugSubsection>
564 Expected<std::shared_ptr<YAMLChecksumsSubsection>>
579 Expected<std::shared_ptr<YAMLLinesSubsection>>
617 Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>
646 Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
654 Expected<std::shared_ptr<YAMLCrossModuleImportsSubsection>>
671 Expected<std::shared_ptr<YAMLSymbolsSubsection>>
689 Expected<std::shared_ptr<YAMLStringTableSubsection>>
707 Expected<std::shared_ptr<YAMLFrameDataSubsection>>
736 Expected<std::shared_ptr<YAMLCoffSymbolRVASubsection>>
746 Expected<std::vector<std::shared_ptr<DebugSubsection>>>
750 std::vector<std::shared_ptr<DebugSubsection>> Result; in toCodeViewSubsectionList()
755 std::shared_ptr<DebugSubsection> CVS; in toCodeViewSubsectionList()