Home
last modified time | relevance | path

Searched refs:UseRS4GC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGCStrategy.h74 bool UseRS4GC = false; /// If UseStatepoints is set, this determines whether variable
108 assert((!UseRS4GC || useStatepoints()) && in useRS4GC()
110 return UseRS4GC; in useRS4GC()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBuiltinGCs.cpp69 UseRS4GC = true; in StatepointGC()
102 UseRS4GC = true; in CoreCLRGC()