Home
last modified time | relevance | path

Searched defs:getGOTEntrySize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h442 virtual size_t getGOTEntrySize() { return 0; } in getGOTEntrySize() function
H A DRuntimeDyldELF.cpp2220 size_t RuntimeDyldELF::getGOTEntrySize() { in getGOTEntrySize() function in llvm::RuntimeDyldELF