Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DLinkingContext.cpp42 *(new (_allocator) SimpleUndefinedAtom(*entryFile, entrySymbolName()))); in createEntrySymbolFile()
57 undefinedSymFile->addAtom(*(new (_allocator) SimpleUndefinedAtom( in createUndefinedSymbolFile()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DExecutableAtoms.h43 SimpleUndefinedAtom _undefMain;
60 SimpleUndefinedAtom _undefBinder;
H A DFile.h122 auto *atom = new (allocator()) SimpleUndefinedAtom(*this, name); in addUndefinedAtom()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DSimple.h247 class SimpleUndefinedAtom : public UndefinedAtom {
249 SimpleUndefinedAtom(const File &f, StringRef name) : _file(f), _name(name) { in SimpleUndefinedAtom() function
253 ~SimpleUndefinedAtom() override = default;