Searched refs:getGOTBase (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h65 /// getGOTBase - If this is managing a Global Offset Table, this method should
67 virtual uint8_t *getGOTBase() const = 0;
/external/llvm/tools/lli/
H A DRemoteMemoryManager.h103 uint8_t *getGOTBase() const override;
H A DRemoteMemoryManager.cpp180 uint8_t *RemoteMemoryManager::getGOTBase() const { function in class:RemoteMemoryManager
/external/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h212 virtual uint8_t *getGOTBase() const function in class:lldb_private::IRExecutionUnit::MemoryManager
214 return m_default_mm_ap->getGOTBase();
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp870 if (((void**)MemMgr->getGOTBase())[idx] != ResultPtr) {
872 << " pointing at " << ((void**)MemMgr->getGOTBase())[idx]
874 ((void**)MemMgr->getGOTBase())[idx] = ResultPtr;
881 Relocations.size(), MemMgr->getGOTBase());
887 if (((void**)MemMgr->getGOTBase())[idx] != (void*)BufferBegin) {
889 << " pointing at " << ((void**)MemMgr->getGOTBase())[idx]
891 ((void**)MemMgr->getGOTBase())[idx] = (void*)BufferBegin;
H A DJITMemoryManager.cpp527 uint8_t *getGOTBase() const override {
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp95 virtual uint8_t *getGOTBase() const { return Base->getGOTBase(); } function in class:__anon26479::RecordingJITMemoryManager

Completed in 2457 milliseconds