Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h75 std::vector<CodeViewYAML::LeafRecord> DebugP; member
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp192 NewYAMLSection.DebugP = CodeViewYAML::fromDebugT(sectionData, in dumpSections()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp238 S.SectionData = CodeViewYAML::toDebugT(S.DebugP, CP.Allocator, S.Name); in layoutCOFF()
H A DCOFFYAML.cpp583 IO.mapOptional("PrecompTypes", Sec.DebugP); in mapping()