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

/external/llvm/include/llvm/ExecutionEngine/
H A DJITMemoryManager.h64 /// getGOTBase - If this is managing a Global Offset Table, this method should
66 virtual uint8_t *getGOTBase() const = 0;
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp880 if (((void**)MemMgr->getGOTBase())[idx] != ResultPtr) {
882 << " pointing at " << ((void**)MemMgr->getGOTBase())[idx]
884 ((void**)MemMgr->getGOTBase())[idx] = ResultPtr;
891 Relocations.size(), MemMgr->getGOTBase());
897 if (((void**)MemMgr->getGOTBase())[idx] != (void*)BufferBegin) {
899 << " pointing at " << ((void**)MemMgr->getGOTBase())[idx]
901 ((void**)MemMgr->getGOTBase())[idx] = (void*)BufferBegin;
H A DJITMemoryManager.cpp464 uint8_t *getGOTBase() const { function in class:__anon6728::DefaultJITMemoryManager
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITTest.cpp72 virtual uint8_t *getGOTBase() const { return Base->getGOTBase(); } function in class:__anon7180::RecordingJITMemoryManager

Completed in 79 milliseconds