OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InitRoots
(Results
1 - 18
of
18
) sorted by null
/external/llvm/include/llvm/CodeGen/
GCStrategy.h
92
bool
InitRoots
; ///< If set, roots are nulled during lowering.
153
bool initializeRoots() const { return
InitRoots
; }
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCStrategy.h
71
bool
InitRoots
; //< If set, roots are nulled during lowering.
116
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
GCStrategy.h
95
bool
InitRoots
= true; ///< If set, roots are nulled during lowering.
156
bool initializeRoots() const { return
InitRoots
; }
/external/llvm/lib/CodeGen/
GCRootLowering.cpp
203
bool
InitRoots
= S.initializeRoots();
232
if (
InitRoots
) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
GCStrategy.cpp
100
InitRoots
(true),
277
bool
InitRoots
= S.initializeRoots();
306
if (
InitRoots
) {
Completed in 1891 milliseconds