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

  /external/swiftshader/src/Reactor/
LLVMRoutineManager.hpp 32 virtual void AllocateGOT();
LLVMRoutineManager.cpp 39 void LLVMRoutineManager::AllocateGOT()
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
JITMemoryManager.h 54 /// AllocateGOT - If the current table requires a Global Offset Table, this
57 virtual void AllocateGOT() = 0;
59 /// isManagingGOT - Return true if the AllocateGOT method is called.
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_misc.cpp 245 virtual void AllocateGOT() {
246 mgr()->AllocateGOT();
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 317 void AllocateGOT();
596 void DefaultJITMemoryManager::AllocateGOT() {
JITEmitter.cpp 371 MemMgr->AllocateGOT();
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 71 virtual void AllocateGOT() { Base->AllocateGOT(); }

Completed in 2259 milliseconds