Lines Matching refs:shared_ptr
93 virtual std::shared_ptr<DebugSubsection>
111 std::shared_ptr<DebugSubsection>
114 static Expected<std::shared_ptr<YAMLChecksumsSubsection>>
125 std::shared_ptr<DebugSubsection>
128 static Expected<std::shared_ptr<YAMLLinesSubsection>>
141 std::shared_ptr<DebugSubsection>
144 static Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>
157 std::shared_ptr<DebugSubsection>
160 static Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
171 std::shared_ptr<DebugSubsection>
174 static Expected<std::shared_ptr<YAMLCrossModuleImportsSubsection>>
185 std::shared_ptr<DebugSubsection>
188 static Expected<std::shared_ptr<YAMLSymbolsSubsection>>
199 std::shared_ptr<DebugSubsection>
202 static Expected<std::shared_ptr<YAMLStringTableSubsection>>
213 std::shared_ptr<DebugSubsection>
216 static Expected<std::shared_ptr<YAMLFrameDataSubsection>>
228 std::shared_ptr<DebugSubsection>
231 static Expected<std::shared_ptr<YAMLCoffSymbolRVASubsection>>
402 std::shared_ptr<DebugSubsection> YAMLChecksumsSubsection::toCodeViewSubsection( in toCodeViewSubsection()
413 std::shared_ptr<DebugSubsection> YAMLLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()
443 std::shared_ptr<DebugSubsection>
464 std::shared_ptr<DebugSubsection>
474 std::shared_ptr<DebugSubsection>
489 std::shared_ptr<DebugSubsection> YAMLSymbolsSubsection::toCodeViewSubsection( in toCodeViewSubsection()
499 std::shared_ptr<DebugSubsection>
509 std::shared_ptr<DebugSubsection> YAMLFrameDataSubsection::toCodeViewSubsection( in toCodeViewSubsection()
531 std::shared_ptr<DebugSubsection>
565 Expected<std::shared_ptr<YAMLChecksumsSubsection>>
580 Expected<std::shared_ptr<YAMLLinesSubsection>>
618 Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>
647 Expected<std::shared_ptr<YAMLCrossModuleExportsSubsection>>
655 Expected<std::shared_ptr<YAMLCrossModuleImportsSubsection>>
672 Expected<std::shared_ptr<YAMLSymbolsSubsection>>
690 Expected<std::shared_ptr<YAMLStringTableSubsection>>
708 Expected<std::shared_ptr<YAMLFrameDataSubsection>>
737 Expected<std::shared_ptr<YAMLCoffSymbolRVASubsection>>
747 Expected<std::vector<std::shared_ptr<DebugSubsection>>>
751 std::vector<std::shared_ptr<DebugSubsection>> Result; in toCodeViewSubsectionList()
756 std::shared_ptr<DebugSubsection> CVS; in toCodeViewSubsectionList()