Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h135 virtual bool allowStubAllocation() const { return true; } in allowStubAllocation() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1274 MemMgr.allowStubAllocation()) { in processRelocationRef()
1737 if (Value.SymbolName && MemMgr.allowStubAllocation()) { in processRelocationRef()
H A DRuntimeDyld.cpp658 if (!MemMgr.allowStubAllocation()) { in computeSectionStubBufSize()