Searched defs:constructSection (Results 1 – 3 of 3) sorted by relevance
52 template <> Section constructSection(MachO::section Sec, uint32_t Index) { in constructSection() function56 template <> Section constructSection(MachO::section_64 Sec, uint32_t Index) { in constructSection() function
117 Expected<MachOYAML::Section> MachODumper::constructSection(MachO::section Sec, in constructSection() function in MachODumper127 MachODumper::constructSection(MachO::section_64 Sec, size_t SecIndex) { in constructSection() function in MachODumper
102 SectionType constructSection(MachOYAML::Section Sec) { in constructSection() function