Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp564 size_t GotEntrySize = getGOTEntrySize(); in computeGOTSize() local
565 if (!GotEntrySize) in computeGOTSize()
574 GotSize += GotEntrySize; in computeGOTSize()