OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseStatepoints
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
GCStrategy.cpp
20
:
UseStatepoints
(false), NeededSafePoints(0), CustomReadBarriers(false),
CoreCLRGC.cpp
33
UseStatepoints
= true;
StatepointExampleGC.cpp
29
UseStatepoints
= true;
/external/llvm/include/llvm/CodeGen/
GCStrategy.h
84
bool
UseStatepoints
; /// Uses gc.statepoints as opposed to gc.roots,
115
bool
useStatepoints
() const { return
UseStatepoints
; }
Completed in 148 milliseconds