Home
last modified time | relevance | path

Searched refs:AllocateGOT (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/lli/
DRecordingMemoryManager.h59 void AllocateGOT();
DRecordingMemoryManager.cpp44 void RecordingMemoryManager::AllocateGOT() { llvm_unreachable("Unexpected!"); } in AllocateGOT() function in RecordingMemoryManager
Dlli.cpp238 virtual void AllocateGOT() { in AllocateGOT() function in LLIMCJITMemoryManager
/external/llvm/include/llvm/ExecutionEngine/
DJITMemoryManager.h68 virtual void AllocateGOT() = 0;
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp334 void AllocateGOT();
660 void DefaultJITMemoryManager::AllocateGOT() { in AllocateGOT() function in DefaultJITMemoryManager
DJITEmitter.cpp375 MemMgr->AllocateGOT(); in JITEmitter()
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp75 virtual void AllocateGOT() { Base->AllocateGOT(); } in AllocateGOT() function in __anona324bcaa0111::RecordingJITMemoryManager