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

  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 65 /// getGOTBase - If this is managing a Global Offset Table, this method should
67 virtual uint8_t *getGOTBase() const = 0;
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 212 virtual uint8_t *getGOTBase() const
214 return m_default_mm_ap->getGOTBase();
  /external/llvm/tools/lli/
RemoteMemoryManager.h 103 uint8_t *getGOTBase() const override;
RemoteMemoryManager.cpp 180 uint8_t *RemoteMemoryManager::getGOTBase() const {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
JITMemoryManager.cpp 527 uint8_t *getGOTBase() const override {
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 95 virtual uint8_t *getGOTBase() const { return Base->getGOTBase(); }

Completed in 112 milliseconds