Home
last modified time | relevance | path

Searched defs:AllocateGOT (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h127 virtual void AllocateGOT() { in AllocateGOT() function
/external/llvm/tools/lli/
DRecordingMemoryManager.cpp72 void RecordingMemoryManager::AllocateGOT() { llvm_unreachable("Unexpected!"); } in AllocateGOT() function in RecordingMemoryManager
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp668 void DefaultJITMemoryManager::AllocateGOT() { in AllocateGOT() function in DefaultJITMemoryManager
/external/llvm/unittests/ExecutionEngine/JIT/
DJITTest.cpp74 virtual void AllocateGOT() { Base->AllocateGOT(); } in AllocateGOT() function in __anon15e8c1ca0111::RecordingJITMemoryManager