Home
last modified time | relevance | path

Searched defs:constructSection (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp52 template <> Section constructSection(MachO::section Sec, uint32_t Index) { in constructSection() function
56 template <> Section constructSection(MachO::section_64 Sec, uint32_t Index) { in constructSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp117 Expected<MachOYAML::Section> MachODumper::constructSection(MachO::section Sec, in constructSection() function in MachODumper
127 MachODumper::constructSection(MachO::section_64 Sec, size_t SecIndex) { in constructSection() function in MachODumper
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp102 SectionType constructSection(MachOYAML::Section Sec) { in constructSection() function