Searched refs:MachOTentativeDefAtom (Results 1 – 2 of 2) sorted by relevance
112 class MachOTentativeDefAtom : public SimpleDefinedAtom {114 MachOTentativeDefAtom(const File &f, const StringRef name, Scope scope, in MachOTentativeDefAtom() function119 ~MachOTentativeDefAtom() override = default;
134 new (allocator()) MachOTentativeDefAtom(*this, name, scope, size, align); in addTentativeDefAtom()