Lines Matching defs:fromCodeViewSubsection
112 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
126 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
142 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
158 fromCodeViewSubsection(const DebugCrossModuleExportsSubsectionRef &Exports);
172 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
186 fromCodeViewSubsection(const DebugSymbolsSubsectionRef &Symbols);
200 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings);
214 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
229 fromCodeViewSubsection(const DebugSymbolRVASubsectionRef &RVAs);
563 YAMLChecksumsSubsection::fromCodeViewSubsection(
578 YAMLLinesSubsection::fromCodeViewSubsection(
616 YAMLInlineeLinesSubsection::fromCodeViewSubsection(
645 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(
653 YAMLCrossModuleImportsSubsection::fromCodeViewSubsection(
670 YAMLSymbolsSubsection::fromCodeViewSubsection(
688 YAMLStringTableSubsection::fromCodeViewSubsection(
706 YAMLFrameDataSubsection::fromCodeViewSubsection(
735 YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(
798 auto Result = YAMLLinesSubsection::fromCodeViewSubsection(
809 auto Result = YAMLChecksumsSubsection::fromCodeViewSubsection(State.strings(),
820 auto Result = YAMLInlineeLinesSubsection::fromCodeViewSubsection(
832 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(Exports);
842 auto Result = YAMLCrossModuleImportsSubsection::fromCodeViewSubsection(
853 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings);
862 auto Result = YAMLSymbolsSubsection::fromCodeViewSubsection(Symbols);
872 YAMLFrameDataSubsection::fromCodeViewSubsection(State.strings(), Frames);
881 auto Result = YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(RVAs);