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

  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 71 bool CustomRoots; //< Default is to pass through to backend.
113 /// customRoots - By default, roots are left for the code generator so it
116 bool customRoots() const { return CustomRoots; }
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 98 CustomRoots(false),
221 || C.customRoots();

Completed in 52 milliseconds