Home
last modified time | relevance | path

Searched refs:SimpleUndefinedAtom (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DLinkingContext.cpp41 *(new (_allocator) SimpleUndefinedAtom(*entryFile, entrySymbolName()))); in createEntrySymbolFile()
56 undefinedSymFile->addAtom(*(new (_allocator) SimpleUndefinedAtom( in createUndefinedSymbolFile()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DExecutableAtoms.h42 SimpleUndefinedAtom _undefMain;
59 SimpleUndefinedAtom _undefBinder;
H A DFile.h123 auto *atom = new (allocator()) SimpleUndefinedAtom(*this, name); in addUndefinedAtom()
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DSimple.h246 class SimpleUndefinedAtom : public UndefinedAtom {
248 SimpleUndefinedAtom(const File &f, StringRef name) : _file(f), _name(name) { in SimpleUndefinedAtom() function
252 ~SimpleUndefinedAtom() override = default;