OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocateGOT
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/src/Reactor/
RoutineManager.hpp
32
virtual void
AllocateGOT
();
RoutineManager.cpp
39
void RoutineManager::
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/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 100 milliseconds