HomeSort by relevance Sort by last modified time
    Searched refs:CustomRoots (Results 1 - 3 of 3) 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();
ShadowStackGC.cpp 199 CustomRoots = true;

Completed in 27 milliseconds