OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initializeRoots
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
GCStrategy.h
123
///
initializeRoots
- If set, gcroot intrinsics should initialize their
126
bool
initializeRoots
() const { return InitRoots; }
/external/llvm/lib/CodeGen/
GCStrategy.cpp
206
|| C.
initializeRoots
();
276
bool InitRoots = S.
initializeRoots
();
Completed in 1103 milliseconds