Home
last modified time | relevance | path

Searched refs:getGOTBase (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp880 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()
DJITMemoryManager.cpp464 uint8_t *getGOTBase() const { in getGOTBase() function in __anon99ff5b280211::DefaultJITMemoryManager
/external/swiftshader/src/Reactor/
DRoutineManager.hpp39 virtual uint8_t *getGOTBase() const;
DRoutineManager.cpp93 uint8_t *RoutineManager::getGOTBase() const in getGOTBase() function in sw::RoutineManager
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DJITMemoryManager.h66 virtual uint8_t *getGOTBase() const = 0;
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp72 virtual uint8_t *getGOTBase() const { return Base->getGOTBase(); } in getGOTBase() function in __anon1b8d59500111::RecordingJITMemoryManager