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