Home
last modified time | relevance | path

Searched refs:getGOTBase (Results 1 – 7 of 7) 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/
DLLVMRoutineManager.hpp41 virtual uint8_t *getGOTBase() const;
DLLVMRoutineManager.cpp95 uint8_t *LLVMRoutineManager::getGOTBase() const in getGOTBase() function in rr::LLVMRoutineManager
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DJITMemoryManager.h66 virtual uint8_t *getGOTBase() const = 0;
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp261 virtual uint8_t *getGOTBase() const { in getGOTBase() function in DelegatingJITMemoryManager
262 return mgr()->getGOTBase(); in getGOTBase()
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp72 virtual uint8_t *getGOTBase() const { return Base->getGOTBase(); } in getGOTBase() function in __anon1b8d59500111::RecordingJITMemoryManager