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

  /external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h 55 /// AllocateGOT - If the current table requires a Global Offset Table, this
58 virtual void AllocateGOT() = 0;
60 /// isManagingGOT - Return true if the AllocateGOT method is called.
  /external/llvm/tools/lli/
RecordingMemoryManager.h 68 void AllocateGOT();
RecordingMemoryManager.cpp 72 void RecordingMemoryManager::AllocateGOT() { llvm_unreachable("Unexpected!"); }
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 338 void AllocateGOT();
647 void DefaultJITMemoryManager::AllocateGOT() {
    [all...]
JITEmitter.cpp 368 MemMgr->AllocateGOT();
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 93 virtual void AllocateGOT() { Base->AllocateGOT(); }

Completed in 715 milliseconds