Home
last modified time | relevance | path

Searched refs:constructSection (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp71 MachOYAML::Section constructSection(SectionType Sec);
73 template <> MachOYAML::Section constructSection(MachO::section Sec) { in constructSection() function
79 template <> MachOYAML::Section constructSection(MachO::section_64 Sec) { in constructSection() function
98 Sections.push_back(constructSection(Sec)); in extractSections()
100 Sections.push_back(constructSection(*Curr)); in extractSections()
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp94 SectionType constructSection(MachOYAML::Section Sec) { in constructSection() function
120 auto TempSec = constructSection<MachO::section>(Sec); in writeLoadCommandData()
134 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData()