Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h148 virtual bool allowStubAllocation() const { return true; } in allowStubAllocation() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1310 MemMgr.allowStubAllocation()) { in processRelocationRef()
1771 if (Value.SymbolName && MemMgr.allowStubAllocation()) { in processRelocationRef()
H A DRuntimeDyld.cpp670 if (!MemMgr.allowStubAllocation()) { in computeSectionStubBufSize()