Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp31 static Section constructSectionCommon(const SectionType &Sec, uint32_t Index) { in constructSectionCommon() function
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp79 MachODumper::constructSectionCommon(SectionType Sec, size_t SecIndex) { in constructSectionCommon() function in MachODumper