Searched refs:SimpleUndefinedAtom (Results 1 – 4 of 4) sorted by relevance
42 *(new (_allocator) SimpleUndefinedAtom(*entryFile, entrySymbolName()))); in createEntrySymbolFile()57 undefinedSymFile->addAtom(*(new (_allocator) SimpleUndefinedAtom( in createUndefinedSymbolFile()
43 SimpleUndefinedAtom _undefMain;60 SimpleUndefinedAtom _undefBinder;
122 auto *atom = new (allocator()) SimpleUndefinedAtom(*this, name); in addUndefinedAtom()
247 class SimpleUndefinedAtom : public UndefinedAtom {249 SimpleUndefinedAtom(const File &f, StringRef name) : _file(f), _name(name) { in SimpleUndefinedAtom() function253 ~SimpleUndefinedAtom() override = default;