OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocateSeparateGVMemory
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMJITInfo.h
91
///
allocateSeparateGVMemory
- If true, globals should be placed in
94
virtual bool
allocateSeparateGVMemory
() const {
/external/llvm/include/llvm/Target/
TargetJITInfo.h
133
///
allocateSeparateGVMemory
- If true, globals should be placed in
136
virtual bool
allocateSeparateGVMemory
() const { return false; }
Completed in 463 milliseconds