Searched defs:constructSection (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/ObjCopy/MachO/ | ||
H A D | MachOReader.cpp | 50 Section constructSection(const MachO::section &Sec, uint32_t Index) { constructSection() function |
/llvm-project/llvm/tools/obj2yaml/ | ||
H A D | macho2yaml.cpp | 124 Expected<MachOYAML::Section> MachODumper::constructSection(MachO::section Sec, in constructSection() function in MachODumper |
/llvm-project/llvm/lib/ObjectYAML/ | ||
H A D | MachOEmitter.cpp | 109 SectionType constructSection(const MachOYAML::Section &Sec) { constructSection() function |