Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp649 size_t GotEntrySize = getGOTEntrySize(); in computeGOTSize() local
650 if (!GotEntrySize) in computeGOTSize()
659 GotSize += GotEntrySize; in computeGOTSize()