Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp110 : _ctx(ctxt), _archHandler(ctxt.archHandler()), _entryAtom(nullptr), in Util()
200 const DefinedAtom *_entryAtom; member in __anon3252b6f00111::Util
725 if (!_entryAtom) { in copyEntryPointAddress()
731 if (_archHandler.isThumbFunction(*_entryAtom)) in copyEntryPointAddress()
732 nFile.entryAddress = (_atomToAddress[_entryAtom] | 1); in copyEntryPointAddress()
734 nFile.entryAddress = _atomToAddress[_entryAtom]; in copyEntryPointAddress()
748 _entryAtom = info.atom; in buildAtomToAddressMap()