Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h74 std::vector<CodeViewYAML::LeafRecord> DebugT; member
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp189 NewYAMLSection.DebugT = CodeViewYAML::fromDebugT(sectionData, in dumpSections()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp235 S.SectionData = CodeViewYAML::toDebugT(S.DebugT, CP.Allocator, S.Name); in layoutCOFF()
H A DCOFFYAML.cpp581 IO.mapOptional("Types", Sec.DebugT); in mapping()