Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h148 virtual bool allowStubAllocation() const { return true; } in allowStubAllocation() function
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp1323 MemMgr.allowStubAllocation()) { in processRelocationRef()
1782 if (Value.SymbolName && MemMgr.allowStubAllocation()) { in processRelocationRef()
HDRuntimeDyld.cpp670 if (!MemMgr.allowStubAllocation()) { in computeSectionStubBufSize()