Home
last modified time | relevance | path

Searched refs:DebugS (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h73 std::vector<CodeViewYAML::YAMLDebugSubsection> DebugS; member
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp215 CodeViewYAML::initializeStringsAndChecksums(S.DebugS, in layoutCOFF()
231 toDebugS(S.DebugS, CP.StringsAndChecksums, CP.Allocator); in layoutCOFF()
H A DCOFFYAML.cpp579 IO.mapOptional("Subsections", Sec.DebugS); in mapping()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp187 NewYAMLSection.DebugS = CodeViewYAML::fromDebugS(sectionData, SC); in dumpSections()