Home
last modified time | relevance | path

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

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