• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/

Lines Matching defs: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(
580 YAMLLinesSubsection::fromCodeViewSubsection(
618 YAMLInlineeLinesSubsection::fromCodeViewSubsection(
647 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(
655 YAMLCrossModuleImportsSubsection::fromCodeViewSubsection(
672 YAMLSymbolsSubsection::fromCodeViewSubsection(
690 YAMLStringTableSubsection::fromCodeViewSubsection(
708 YAMLFrameDataSubsection::fromCodeViewSubsection(
737 YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(
800 auto Result = YAMLLinesSubsection::fromCodeViewSubsection(
811 auto Result = YAMLChecksumsSubsection::fromCodeViewSubsection(State.strings(),
822 auto Result = YAMLInlineeLinesSubsection::fromCodeViewSubsection(
834 YAMLCrossModuleExportsSubsection::fromCodeViewSubsection(Exports);
844 auto Result = YAMLCrossModuleImportsSubsection::fromCodeViewSubsection(
855 auto Result = YAMLStringTableSubsection::fromCodeViewSubsection(Strings);
864 auto Result = YAMLSymbolsSubsection::fromCodeViewSubsection(Symbols);
874 YAMLFrameDataSubsection::fromCodeViewSubsection(State.strings(), Frames);
883 auto Result = YAMLCoffSymbolRVASubsection::fromCodeViewSubsection(RVAs);