Home
last modified time | relevance | path

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

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