Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp102 SectionType constructSection(MachOYAML::Section Sec) { in constructSection() function
130 auto TempSec = constructSection<MachO::section>(Sec); in writeLoadCommandData()
145 auto TempSec = constructSection<MachO::section_64>(Sec); in writeLoadCommandData()