Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp31 Section constructSectionCommon(SectionType Sec, uint32_t Index) { in constructSectionCommon() function
53 return constructSectionCommon(Sec, Index); in constructSection()
57 Section S = constructSectionCommon(Sec, Index); in constructSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp42 Expected<MachOYAML::Section> constructSectionCommon(SectionType Sec,
75 MachODumper::constructSectionCommon(SectionType Sec, size_t SecIndex) { in constructSectionCommon() function in MachODumper
119 Expected<MachOYAML::Section> TempSec = constructSectionCommon(Sec, SecIndex); in constructSection()
128 Expected<MachOYAML::Section> TempSec = constructSectionCommon(Sec, SecIndex); in constructSection()