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

/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp651 size_t GotEntrySize = getGOTEntrySize(); local
652 if (!GotEntrySize)
661 GotSize += GotEntrySize;

Completed in 157 milliseconds