Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h447 unsigned computeGOTSize(const ObjectFile &Obj);
DRuntimeDyld.cpp523 if (unsigned GotSize = computeGOTSize(Obj)) { in computeTotalAllocSize()
563 unsigned RuntimeDyldImpl::computeGOTSize(const ObjectFile &Obj) { in computeGOTSize() function in llvm::RuntimeDyldImpl