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

  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 65 /// AllocateGOT - If the current table requires a Global Offset Table, this
68 virtual void AllocateGOT() = 0;
70 /// isManagingGOT - Return true if the AllocateGOT method is called.
  /external/llvm/tools/lli/
RecordingMemoryManager.h 59 void AllocateGOT();
RecordingMemoryManager.cpp 44 void RecordingMemoryManager::AllocateGOT() { llvm_unreachable("Unexpected!"); }
lli.cpp 238 virtual void AllocateGOT() {
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 334 void AllocateGOT();
660 void DefaultJITMemoryManager::AllocateGOT() {
    [all...]
JITEmitter.cpp 375 MemMgr->AllocateGOT();
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 75 virtual void AllocateGOT() { Base->AllocateGOT(); }

Completed in 66 milliseconds