Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h432 unsigned computeGOTSize(const ObjectFile &Obj);
H A DRuntimeDyld.cpp602 if (unsigned GotSize = computeGOTSize(Obj)) { in computeTotalAllocSize()
650 unsigned RuntimeDyldImpl::computeGOTSize(const ObjectFile &Obj) { in computeGOTSize() function in llvm::RuntimeDyldImpl