Lines Matching refs:fromCodeViewSubsection
114 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
128 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
144 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
160 fromCodeViewSubsection(const DebugCrossModuleExportsSubsectionRef &Exports);
174 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
188 fromCodeViewSubsection(const DebugSymbolsSubsectionRef &Symbols);
202 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings);
216 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
231 fromCodeViewSubsection(const DebugSymbolRVASubsectionRef &RVAs);
565 YAMLChecksumsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLChecksumsSubsection
580 YAMLLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLLinesSubsection
618 YAMLInlineeLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLInlineeLinesSubsection
647 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLCrossModuleExportsSubsection
655 YAMLCrossModuleImportsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLCrossModuleImportsSubsection
672 YAMLSymbolsSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLSymbolsSubsection
690 YAMLStringTableSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLStringTableSubsection
708 YAMLFrameDataSubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLFrameDataSubsection
737 YAMLCoffSymbolRVASubsection::fromCodeViewSubsection( in fromCodeViewSubsection() function in YAMLCoffSymbolRVASubsection
800 auto Result = YAMLLinesSubsection::fromCodeViewSubsection( in visitLines()
811 auto Result = YAMLChecksumsSubsection::fromCodeViewSubsection(State.strings(), in visitFileChecksums()
822 auto Result = YAMLInlineeLinesSubsection::fromCodeViewSubsection( in visitInlineeLines()
834 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(Exports); in visitCrossModuleExports()
844 auto Result = YAMLCrossModuleImportsSubsection::fromCodeViewSubsection( in visitCrossModuleImports()
855 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings); in visitStringTable()
864 auto Result = YAMLSymbolsSubsection::fromCodeViewSubsection(Symbols); in visitSymbols()
874 YAMLFrameDataSubsection::fromCodeViewSubsection(State.strings(), Frames); in visitFrameData()
883 auto Result = YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(RVAs); in visitCOFFSymbolRVAs()