OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomRoots
(Results
1 - 4
of
4
) 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/
ErlangGC.cpp
49
CustomRoots
= false;
GCStrategy.cpp
99
CustomRoots
(false),
222
|| C.
customRoots
();
ShadowStackGC.cpp
199
CustomRoots
= true;
Completed in 88 milliseconds