OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateSeparateGVMemory
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h
133
///
allocateSeparateGVMemory
- If true, globals should be placed in
136
virtual bool
allocateSeparateGVMemory
() const { return false; }
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.h
91
///
allocateSeparateGVMemory
- If true, globals should be placed in
94
virtual bool
allocateSeparateGVMemory
() const {
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp
797
} else if (TJI.
allocateSeparateGVMemory
()) {
Completed in 231 milliseconds