38 #define DEBUG_TYPE "shadowstackgc"
48 X(
"shadow-stack",
"Very portable GC for uncooperative code generators");
52 ShadowStackGC::ShadowStackGC() {
void linkShadowStackGC()
Creates a shadow stack garbage collector.
Module.h This file contains the declarations for the Module class.
GCStrategy describes a garbage collector algorithm's code generation requirements, and provides overridable hooks for those needs which cannot be abstractly described.
static GCRegistry::Add< ShadowStackGC > X("shadow-stack","Very portable GC for uncooperative code generators")
A static registration template.