Searched refs:lpAtom (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp167 const Atom *targetOfLazyPointer(const DefinedAtom *lpAtom);
1148 const Atom *Util::targetOfLazyPointer(const DefinedAtom *lpAtom) { argument
1149 for (const Reference *ref : *lpAtom) {
1160 if (const DefinedAtom *lpAtom = dyn_cast<DefinedAtom>(ta)) {
1161 const Atom *target = targetOfLazyPointer(lpAtom);

Completed in 101 milliseconds