HomeSort by relevance Sort by last modified time
    Searched refs:getGOTBase (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/src/Reactor/
LLVMRoutineManager.hpp 39 virtual uint8_t *getGOTBase() const;
LLVMRoutineManager.cpp 93 uint8_t *LLVMRoutineManager::getGOTBase() const
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
JITMemoryManager.h 64 /// getGOTBase - If this is managing a Global Offset Table, this method should
66 virtual uint8_t *getGOTBase() const = 0;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
JITMemoryManager.cpp 464 uint8_t *getGOTBase() const {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 253 virtual uint8_t *getGOTBase() const {
254 return mgr()->getGOTBase();
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 72 virtual uint8_t *getGOTBase() const { return Base->getGOTBase(); }

Completed in 1631 milliseconds