Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DAtoms.h111 class MachOTentativeDefAtom : public SimpleDefinedAtom {
113 MachOTentativeDefAtom(const File &f, const StringRef name, Scope scope, in MachOTentativeDefAtom() function
118 ~MachOTentativeDefAtom() override = default;
DFile.h135 new (allocator()) MachOTentativeDefAtom(*this, name, scope, size, align); in addTentativeDefAtom()