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 75 /// getGOTBase - If this is managing a Global Offset Table, this method should
77 virtual uint8_t *getGOTBase() const = 0;
  /external/llvm/tools/lli/
RecordingMemoryManager.h 60 uint8_t *getGOTBase() const;
RecordingMemoryManager.cpp 45 uint8_t *RecordingMemoryManager::getGOTBase() const {
lli.cpp 241 virtual uint8_t *getGOTBase() const {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
JITMemoryManager.cpp 528 uint8_t *getGOTBase() const {
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 76 virtual uint8_t *getGOTBase() const { return Base->getGOTBase(); }

Completed in 80 milliseconds