OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:customRoots
(Results
1 - 2
of
2
) 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),
213
|| C.
customRoots
();
Completed in 388 milliseconds