OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasGOT
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h
28
bool
HasGOT
;
31
JITMemoryManager() :
HasGOT
(false) {}
56
/// method is invoked to allocate it. This method is required to set
HasGOT
62
return
HasGOT
;
/external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
650
HasGOT
= true;
[
all
...]
Completed in 42 milliseconds