Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp61 Expected<std::vector<std::unique_ptr<Section>>> static extractSections( extractSections() function
/llvm-project/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp169 Expected<const char *> MachODumper::extractSections( in extractSections() function in MachODumper