Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DGOTPass.cpp117 const DefinedAtom *gotEntry = makeGOTEntry(target); in perform() local
118 const_cast<Reference *>(ref)->setTarget(gotEntry); in perform()
160 auto *gotEntry = new (_file.allocator()) in makeGOTEntry() local
162 _targetToGOT[target] = gotEntry; in makeGOTEntry()
165 gotEntry->addReference(Reference::KindNamespace::mach_o, nlInfo.arch, in makeGOTEntry()
167 return gotEntry; in makeGOTEntry()