Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp60 Expected<std::vector<std::unique_ptr<Section>>> static extractSections( in extractSections() function
136 extractSections<MachO::section, MachO::segment_command>( in readLoadCommands()
152 extractSections<MachO::section_64, MachO::segment_command_64>( in readLoadCommands()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp53 extractSections(const llvm::object::MachOObjectFile::LoadCommandInfo &LoadCmd,
168 Expected<const char *> MachODumper::extractSections( in extractSections() function in MachODumper
219 return extractSections<MachO::section, MachO::segment_command>( in processLoadCommandData()
229 return extractSections<MachO::section_64, MachO::segment_command_64>( in processLoadCommandData()