Searched refs:SimpleUndefinedAtom (Results 1 – 4 of 4) sorted by relevance
41 *(new (_allocator) SimpleUndefinedAtom(*entryFile, entrySymbolName()))); in createEntrySymbolFile()56 undefinedSymFile->addAtom(*(new (_allocator) SimpleUndefinedAtom( in createUndefinedSymbolFile()
42 SimpleUndefinedAtom _undefMain;59 SimpleUndefinedAtom _undefBinder;
123 auto *atom = new (allocator()) SimpleUndefinedAtom(*this, name); in addUndefinedAtom()
246 class SimpleUndefinedAtom : public UndefinedAtom {248 SimpleUndefinedAtom(const File &f, StringRef name) : _file(f), _name(name) { in SimpleUndefinedAtom() function252 ~SimpleUndefinedAtom() override = default;