Searched refs:AllocateGOT (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h55 /// AllocateGOT - If the current table requires a Global Offset Table, this
58 virtual void AllocateGOT() = 0;
60 /// isManagingGOT - Return true if the AllocateGOT method is called.
/external/llvm/tools/lli/
H A DRecordingMemoryManager.h68 void AllocateGOT();
H A DRecordingMemoryManager.cpp72 void RecordingMemoryManager::AllocateGOT() { llvm_unreachable("Unexpected!"); } function in class:RecordingMemoryManager
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp338 void AllocateGOT();
647 void DefaultJITMemoryManager::AllocateGOT() { function in class:DefaultJITMemoryManager
H A DJITEmitter.cpp368 MemMgr->AllocateGOT();
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp93 virtual void AllocateGOT() { Base->AllocateGOT(); } function in class:__anon21817::RecordingJITMemoryManager

Completed in 93 milliseconds