Searched refs:XCoreLowerThreadLocal (Results 1 – 6 of 6) sorted by relevance
42 struct XCoreLowerThreadLocal : public ModulePass { struct45 XCoreLowerThreadLocal() : ModulePass(ID) { in XCoreLowerThreadLocal() argument55 char XCoreLowerThreadLocal::ID = 0;57 INITIALIZE_PASS(XCoreLowerThreadLocal, "xcore-lower-thread-local",61 return new XCoreLowerThreadLocal(); in createXCoreLowerThreadLocalPass()180 bool XCoreLowerThreadLocal::lowerGlobal(GlobalVariable *GV) { in lowerGlobal()223 bool XCoreLowerThreadLocal::runOnModule(Module &M) { in runOnModule()
21 XCoreLowerThreadLocal.cpp
42 struct XCoreLowerThreadLocal : public ModulePass { struct45 XCoreLowerThreadLocal() : ModulePass(ID) { in XCoreLowerThreadLocal() function55 char XCoreLowerThreadLocal::ID = 0;57 INITIALIZE_PASS(XCoreLowerThreadLocal, "xcore-lower-thread-local",61 return new XCoreLowerThreadLocal(); in createXCoreLowerThreadLocalPass()180 bool XCoreLowerThreadLocal::lowerGlobal(GlobalVariable *GV) { in lowerGlobal()223 bool XCoreLowerThreadLocal::runOnModule(Module &M) { in runOnModule()
19 XCoreLowerThreadLocal.cpp
18 XCoreLowerThreadLocal.cpp