Home
last modified time | relevance | path

Searched refs:entrySymbolName (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DLinkingContext.cpp37 if (entrySymbolName().empty()) in createEntrySymbolFile()
42 *(new (_allocator) SimpleUndefinedAtom(*entryFile, entrySymbolName()))); in createEntrySymbolFile()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DExecutableAtoms.h38 _undefMain(*this, context.entrySymbolName()) { in CEntryFile()
H A DMachOLinkingContext.cpp617 addDeadStripRoot(entrySymbolName()); in validateImpl()
H A DMachONormalizedFileFromAtoms.cpp747 info.atom->name() == _ctx.entrySymbolName()) { in buildAtomToAddressMap()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Core/
H A DLinkingContext.h47 virtual StringRef entrySymbolName() const { return _entrySymbolName; } in entrySymbolName() function