OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasGOT
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
JITMemoryManager.h
27
bool
HasGOT
;
30
JITMemoryManager() :
HasGOT
(false) {}
55
/// method is invoked to allocate it. This method is required to set
HasGOT
61
return
HasGOT
;
/external/swiftshader/src/Reactor/
RoutineManager.cpp
95
ASSERT(!
HasGOT
);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
599
HasGOT
= true;
Completed in 1761 milliseconds