Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp523 if (unsigned GotSize = computeGOTSize(Obj)) { in computeTotalAllocSize() local
524 RWSectionSizes.push_back(GotSize); in computeTotalAllocSize()
568 size_t GotSize = 0; in computeGOTSize() local
574 GotSize += GotEntrySize; in computeGOTSize()
577 return GotSize; in computeGOTSize()