OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllocateGOT
(Results
1 - 4
of
4
) sorted by null
/external/llvm/tools/lli/
RemoteMemoryManager.cpp
179
void RemoteMemoryManager::
AllocateGOT
() { llvm_unreachable("Unexpected!"); }
/external/lldb/include/lldb/Expression/
IRExecutionUnit.h
204
virtual void
AllocateGOT
()
206
m_default_mm_ap->
AllocateGOT
();
/external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
341
void
AllocateGOT
() override;
645
void DefaultJITMemoryManager::
AllocateGOT
() {
[
all
...]
/external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp
94
virtual void
AllocateGOT
() { Base->
AllocateGOT
(); }
Completed in 1387 milliseconds