Lines Matching defs:Result

405   auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings());  in toCodeViewSubsection()  local
416 auto Result = in toCodeViewSubsection() local
447 auto Result = std::make_shared<DebugInlineeLinesSubsection>( in toCodeViewSubsection() local
467 auto Result = std::make_shared<DebugCrossModuleExportsSubsection>(); in toCodeViewSubsection() local
479 auto Result = in toCodeViewSubsection() local
491 auto Result = std::make_shared<DebugSymbolsSubsection>(); in toCodeViewSubsection() local
502 auto Result = std::make_shared<DebugStringTableSubsection>(); in toCodeViewSubsection() local
513 auto Result = std::make_shared<DebugFrameDataSubsection>(true); in toCodeViewSubsection() local
534 auto Result = std::make_shared<DebugSymbolRVASubsection>(); in toCodeViewSubsection() local
547 SourceFileChecksumEntry Result; in convertOneChecksum() local
568 auto Result = std::make_shared<YAMLChecksumsSubsection>(); in fromCodeViewSubsection() local
584 auto Result = std::make_shared<YAMLLinesSubsection>(); in fromCodeViewSubsection() local
622 auto Result = std::make_shared<YAMLInlineeLinesSubsection>(); in fromCodeViewSubsection() local
649 auto Result = std::make_shared<YAMLCrossModuleExportsSubsection>(); in fromCodeViewSubsection() local
658 auto Result = std::make_shared<YAMLCrossModuleImportsSubsection>(); in fromCodeViewSubsection() local
674 auto Result = std::make_shared<YAMLSymbolsSubsection>(); in fromCodeViewSubsection() local
692 auto Result = std::make_shared<YAMLStringTableSubsection>(); in fromCodeViewSubsection() local
711 auto Result = std::make_shared<YAMLFrameDataSubsection>(); in fromCodeViewSubsection() local
739 auto Result = std::make_shared<YAMLCoffSymbolRVASubsection>(); in fromCodeViewSubsection() local
750 std::vector<std::shared_ptr<DebugSubsection>> Result; in toCodeViewSubsectionList() local
800 auto Result = YAMLLinesSubsection::fromCodeViewSubsection( in visitLines() local
811 auto Result = YAMLChecksumsSubsection::fromCodeViewSubsection(State.strings(), in visitFileChecksums() local
822 auto Result = YAMLInlineeLinesSubsection::fromCodeViewSubsection( in visitInlineeLines() local
833 auto Result = in visitCrossModuleExports() local
844 auto Result = YAMLCrossModuleImportsSubsection::fromCodeViewSubsection( in visitCrossModuleImports() local
855 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings); in visitStringTable() local
864 auto Result = YAMLSymbolsSubsection::fromCodeViewSubsection(Symbols); in visitSymbols() local
873 auto Result = in visitFrameData() local
883 auto Result = YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(RVAs); in visitCOFFSymbolRVAs() local
913 std::vector<YAMLDebugSubsection> Result; in fromDebugS() local
939 auto Result = SS.Subsection->toCodeViewSubsection(Allocator, SC); in initializeStringsAndChecksums() local
951 auto Result = SS.Subsection->toCodeViewSubsection(Allocator, SC); in initializeStringsAndChecksums() local