HomeSort by relevance Sort by last modified time
    Searched refs:allocateSeparateGVMemory (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Target/
TargetJITInfo.h 128 /// allocateSeparateGVMemory - If true, globals should be placed in
131 virtual bool allocateSeparateGVMemory() const { return false; }
  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 91 /// allocateSeparateGVMemory - If true, globals should be placed in
94 virtual bool allocateSeparateGVMemory() const {
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 824 } else if (TJI.allocateSeparateGVMemory()) {

Completed in 343 milliseconds