Searched refs:MachODefinedCustomSectionAtom (Results 1 – 2 of 2) sorted by relevance
87 class MachODefinedCustomSectionAtom : public MachODefinedAtom {89 MachODefinedCustomSectionAtom(const File &f, const StringRef name, in MachODefinedCustomSectionAtom() function98 ~MachODefinedCustomSectionAtom() override = default;
81 new (allocator()) MachODefinedCustomSectionAtom(*this, name, scope, type, in addDefinedAtomInCustomSection()