Searched refs:getGOTBase (Results 1 – 7 of 7) sorted by relevance
880 if (((void**)MemMgr->getGOTBase())[idx] != ResultPtr) { in finishFunction()882 << " pointing at " << ((void**)MemMgr->getGOTBase())[idx] in finishFunction()884 ((void**)MemMgr->getGOTBase())[idx] = ResultPtr; in finishFunction()891 Relocations.size(), MemMgr->getGOTBase()); in finishFunction()897 if (((void**)MemMgr->getGOTBase())[idx] != (void*)BufferBegin) { in finishFunction()899 << " pointing at " << ((void**)MemMgr->getGOTBase())[idx] in finishFunction()901 ((void**)MemMgr->getGOTBase())[idx] = (void*)BufferBegin; in finishFunction()
464 uint8_t *getGOTBase() const { in getGOTBase() function in __anon99ff5b280211::DefaultJITMemoryManager
41 virtual uint8_t *getGOTBase() const;
95 uint8_t *LLVMRoutineManager::getGOTBase() const in getGOTBase() function in rr::LLVMRoutineManager
66 virtual uint8_t *getGOTBase() const = 0;
261 virtual uint8_t *getGOTBase() const { in getGOTBase() function in DelegatingJITMemoryManager262 return mgr()->getGOTBase(); in getGOTBase()
72 virtual uint8_t *getGOTBase() const { return Base->getGOTBase(); } in getGOTBase() function in __anon1b8d59500111::RecordingJITMemoryManager