Home
last modified time | relevance | path

Searched refs:AllocateGOT (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Reactor/
DLLVMRoutineManager.hpp32 virtual void AllocateGOT();
DLLVMRoutineManager.cpp39 void LLVMRoutineManager::AllocateGOT() in AllocateGOT() function in sw::LLVMRoutineManager
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DJITMemoryManager.h57 virtual void AllocateGOT() = 0;
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp245 virtual void AllocateGOT() { in AllocateGOT() function in DelegatingJITMemoryManager
246 mgr()->AllocateGOT(); in AllocateGOT()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp317 void AllocateGOT();
596 void DefaultJITMemoryManager::AllocateGOT() { in AllocateGOT() function in DefaultJITMemoryManager
DJITEmitter.cpp371 MemMgr->AllocateGOT(); in JITEmitter()
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp71 virtual void AllocateGOT() { Base->AllocateGOT(); } in AllocateGOT() function in __anon99615b6f0111::RecordingJITMemoryManager