Searched refs:AllocateGOT (Results 1 - 7 of 7) sorted by last modified time

/external/llvm/tools/lli/
H A DRemoteMemoryManager.cpp179 void RemoteMemoryManager::AllocateGOT() { llvm_unreachable("Unexpected!"); } function in class:RemoteMemoryManager
H A DRemoteMemoryManager.h102 void AllocateGOT() override;
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp94 virtual void AllocateGOT() { Base->AllocateGOT(); } function in class:__anon26479::RecordingJITMemoryManager
/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/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp363 MemMgr->AllocateGOT();
H A DJITMemoryManager.cpp341 void AllocateGOT() override;
645 void DefaultJITMemoryManager::AllocateGOT() { function in class:DefaultJITMemoryManager
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h204 virtual void AllocateGOT() function in class:lldb_private::IRExecutionUnit::MemoryManager
206 m_default_mm_ap->AllocateGOT();

Completed in 156 milliseconds