Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp49 Section constructSection(const MachO::section &Sec, uint32_t Index) { in constructSection() function
53 Section constructSection(const MachO::section_64 &Sec, uint32_t Index) { in constructSection() function
76 std::make_unique<Section>(constructSection(Sec, NextSectionIndex))); in extractSections()
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp51 Expected<MachOYAML::Section> constructSection(SectionType Sec,
123 Expected<MachOYAML::Section> MachODumper::constructSection(MachO::section Sec, in constructSection() function in MachODumper
133 MachODumper::constructSection(MachO::section_64 Sec, size_t SecIndex) { in constructSection() function in MachODumper
183 constructSection(Sec, Sections.size() + 1)) { in extractSections()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp108 SectionType constructSection(MachOYAML::Section Sec) { in constructSection() function
136 auto TempSec = constructSection<MachO::section>(Sec); in writeLoadCommandData()
151 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData()