Searched refs:extractSections (Results 1 – 2 of 2) sorted by relevance
60 Expected<std::vector<std::unique_ptr<Section>>> static extractSections( in extractSections() function136 extractSections<MachO::section, MachO::segment_command>( in readLoadCommands()152 extractSections<MachO::section_64, MachO::segment_command_64>( in readLoadCommands()
53 extractSections(const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd,168 Expected<const char *> MachODumper::extractSections( in extractSections() function in MachODumper219 return extractSections<MachO::section, MachO::segment_command>( in processLoadCommandData()229 return extractSections<MachO::section_64, MachO::segment_command_64>( in processLoadCommandData()