Home
last modified time | relevance | path

Searched refs:CustomRoots (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DBuiltinGCs.cpp32 CustomRoots = false; in ErlangGC()
59 CustomRoots = true; in ShadowStackGC()
78 CustomRoots = false; in StatepointGC()
111 CustomRoots = false; in CoreCLRGC()
DGCStrategy.cpp21 CustomWriteBarriers(false), CustomRoots(false), InitRoots(true), in GCStrategy()
/external/llvm/include/llvm/CodeGen/
DGCStrategy.h91 bool CustomRoots; ///< Default is to pass through to backend. variable
148 bool customRoots() const { return CustomRoots; } in customRoots()
/external/llvm/docs/
DGarbageCollection.rst856 Custom lowering of intrinsics: ``CustomRoots``, ``CustomReadBarriers``, and ``CustomWriteBarriers``
868 CustomRoots = true;