HomeSort by relevance Sort by last modified time
    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 128 /// allocateSeparateGVMemory - If true, globals should be placed in
131 virtual bool allocateSeparateGVMemory() const { return false; }

Completed in 192 milliseconds