HomeSort by relevance Sort by last modified time
    Searched refs:getGOTBase (Results 1 - 6 of 6) 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/llvm/tools/lli/
RecordingMemoryManager.h 69 uint8_t *getGOTBase() const;
RecordingMemoryManager.cpp 73 uint8_t *RecordingMemoryManager::getGOTBase() const {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
JITMemoryManager.cpp 521 uint8_t *getGOTBase() const {
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 94 virtual uint8_t *getGOTBase() const { return Base->getGOTBase(); }

Completed in 9115 milliseconds