OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsToReserveAllocationSpace
(Results
1 - 7
of
7
) sorted by null
/external/llvm/tools/lli/
RemoteJITUtils.h
111
bool
needsToReserveAllocationSpace
() override {
112
return MemMgr->
needsToReserveAllocationSpace
();
/external/llvm/unittests/ExecutionEngine/Orc/
ObjectLinkingLayerTest.cpp
36
bool
needsToReserveAllocationSpace
() override {
38
return SectionMemoryManager::
needsToReserveAllocationSpace
();
203
// RuntimeDyld::MemoryManager::
needsToReserveAllocationSpace
hook, which is
241
// Only one call to
needsToReserveAllocationSpace
should have been made.
243
<< "More than one call to
needsToReserveAllocationSpace
"
/external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h
141
/// redefine the method
needsToReserveAllocationSpace
to return true.
149
virtual bool
needsToReserveAllocationSpace
() { return false; }
/external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h
66
bool
needsToReserveAllocationSpace
() override {
67
return ClientMM->
needsToReserveAllocationSpace
();
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp
89
bool
needsToReserveAllocationSpace
() override { return true; }
/external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h
167
bool
needsToReserveAllocationSpace
() override { return true; }
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp
184
if (MemMgr.
needsToReserveAllocationSpace
()) {
[
all
...]
Completed in 185 milliseconds