Home
last modified time | relevance | path

Searched refs: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
50 return constructSectionCommon(Sec, Index); in constructSection()
54 Section S = constructSectionCommon(Sec, Index); in constructSection()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp46 Expected<MachOYAML::Section> constructSectionCommon(SectionType Sec,
79 MachODumper::constructSectionCommon(SectionType Sec, size_t SecIndex) { in constructSectionCommon() function in MachODumper
123 Expected<MachOYAML::Section> TempSec = constructSectionCommon(Sec, SecIndex); in constructSection()
132 Expected<MachOYAML::Section> TempSec = constructSectionCommon(Sec, SecIndex); in constructSection()