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

  /external/llvm/lib/CodeGen/
GCStrategy.cpp 21 CustomWriteBarriers(false), CustomRoots(false), InitRoots(true),
BuiltinGCs.cpp 32 CustomRoots = false;
59 CustomRoots = true;
78 CustomRoots = false;
111 CustomRoots = false;
  /external/llvm/include/llvm/CodeGen/
GCStrategy.h 91 bool CustomRoots; ///< Default is to pass through to backend.
148 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
GCStrategy.h 94 bool CustomRoots = false; ///< Default is to pass through to backend.
151 bool customRoots() const { return CustomRoots; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCStrategy.h 70 bool CustomRoots; //< Default is to pass through to backend.
108 /// customRoots - By default, roots are left for the code generator so it
111 bool customRoots() const { return CustomRoots; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCStrategy.cpp 99 CustomRoots(false),
215 || C.customRoots();
ShadowStackGC.cpp 200 CustomRoots = true;

Completed in 1001 milliseconds