Searched refs:AllocateGOT (Results 1 – 7 of 7) sorted by relevance
/external/llvm/tools/lli/ | ||
D | RecordingMemoryManager.h | 59 void AllocateGOT(); |
D | RecordingMemoryManager.cpp | 44 void RecordingMemoryManager::AllocateGOT() { llvm_unreachable("Unexpected!"); } in AllocateGOT() function in RecordingMemoryManager |
D | lli.cpp | 238 virtual void AllocateGOT() { in AllocateGOT() function in LLIMCJITMemoryManager |
/external/llvm/include/llvm/ExecutionEngine/ | ||
D | JITMemoryManager.h | 68 virtual void AllocateGOT() = 0; |
/external/llvm/lib/ExecutionEngine/JIT/ | ||
D | JITMemoryManager.cpp | 334 void AllocateGOT(); |
D | JITEmitter.cpp | 375 MemMgr->AllocateGOT(); in JITEmitter() |
/external/llvm/unittests/ExecutionEngine/JIT/ | ||
D | JITTest.cpp | 75 virtual void AllocateGOT() { Base->AllocateGOT(); } in AllocateGOT() function in __anona324bcaa0111::RecordingJITMemoryManager |