Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DExecutableFileMemoryManager.h70 bool allowStubAllocation() const override { return AllowStubs; } in allowStubAllocation() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h149 virtual bool allowStubAllocation() const { return true; } in allowStubAllocation() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1310 MemMgr.allowStubAllocation()) { in processRelocationRef()
1773 if (Value.SymbolName && MemMgr.allowStubAllocation()) { in processRelocationRef()
H A DRuntimeDyld.cpp668 if (!MemMgr.allowStubAllocation()) { in computeSectionStubBufSize()