Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp73 template <> MachOYAML::Section constructSection(MachO::section Sec) { in constructSection() function
79 template <> MachOYAML::Section constructSection(MachO::section_64 Sec) { in constructSection() function
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp94 SectionType constructSection(MachOYAML::Section Sec) { in constructSection() function