Lines Matching refs:fromCodeViewSubsection
115 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
129 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
145 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
161 fromCodeViewSubsection(const DebugCrossModuleExportsSubsectionRef &Exports);
175 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
189 fromCodeViewSubsection(const DebugSymbolsSubsectionRef &Symbols);
203 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings);
217 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
232 fromCodeViewSubsection(const DebugSymbolRVASubsectionRef &RVAs);
566 YAMLChecksumsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLChecksumsSubsection
581 YAMLLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLLinesSubsection
619 YAMLInlineeLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLInlineeLinesSubsection
648 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLCrossModuleExportsSubsection
656 YAMLCrossModuleImportsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLCrossModuleImportsSubsection
673 YAMLSymbolsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLSymbolsSubsection
691 YAMLStringTableSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLStringTableSubsection
709 YAMLFrameDataSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLFrameDataSubsection
738 YAMLCoffSymbolRVASubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLCoffSymbolRVASubsection
801 auto Result = YAMLLinesSubsection::fromCodeViewSubsection( in visitLines()
812 auto Result = YAMLChecksumsSubsection::fromCodeViewSubsection(State.strings(), in visitFileChecksums()
823 auto Result = YAMLInlineeLinesSubsection::fromCodeViewSubsection( in visitInlineeLines()
835 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(Exports); in visitCrossModuleExports()
845 auto Result = YAMLCrossModuleImportsSubsection::fromCodeViewSubsection( in visitCrossModuleImports()
856 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings); in visitStringTable()
865 auto Result = YAMLSymbolsSubsection::fromCodeViewSubsection(Symbols); in visitSymbols()
875 YAMLFrameDataSubsection::fromCodeViewSubsection(State.strings(), Frames); in visitFrameData()
884 auto Result = YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(RVAs); in visitCOFFSymbolRVAs()