OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitRoots
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/CodeGen/
GCStrategy.cpp
21
CustomWriteBarriers(false), CustomRoots(false),
InitRoots
(true),
ErlangGC.cpp
42
InitRoots
= false;
ShadowStackGC.cpp
53
InitRoots
= true;
CoreCLRGC.cpp
36
InitRoots
= false;
StatepointExampleGC.cpp
32
InitRoots
= false;
GCRootLowering.cpp
204
bool
InitRoots
= S.initializeRoots();
233
if (
InitRoots
) {
/external/llvm/include/llvm/CodeGen/
GCStrategy.h
92
bool
InitRoots
; ///< If set, roots are nulled during lowering.
153
bool initializeRoots() const { return
InitRoots
; }
Completed in 3189 milliseconds