Home
last modified time | relevance | path

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

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DGOTPass.cpp116 const DefinedAtom *gotEntry = makeGOTEntry(target); in perform() local
117 const_cast<Reference *>(ref)->setTarget(gotEntry); in perform()
159 auto *gotEntry = new (_file.allocator()) in makeGOTEntry() local
161 _targetToGOT[target] = gotEntry; in makeGOTEntry()
164 gotEntry->addReference(Reference::KindNamespace::mach_o, nlInfo.arch, in makeGOTEntry()
166 return gotEntry; in makeGOTEntry()