Home
last modified time | relevance | path

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

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