Searched refs:getGOTBase (Results 1 – 6 of 6) 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
39 virtual uint8_t *getGOTBase() const;
93 uint8_t *RoutineManager::getGOTBase() const in getGOTBase() function in sw::RoutineManager
66 virtual uint8_t *getGOTBase() const = 0;
72 virtual uint8_t *getGOTBase() const { return Base->getGOTBase(); } in getGOTBase() function in __anon1b8d59500111::RecordingJITMemoryManager