Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp42 struct XCoreLowerThreadLocal : public ModulePass { struct
45 XCoreLowerThreadLocal() : ModulePass(ID) { in XCoreLowerThreadLocal() argument
55 char XCoreLowerThreadLocal::ID = 0;
57 INITIALIZE_PASS(XCoreLowerThreadLocal, "xcore-lower-thread-local",
61 return new XCoreLowerThreadLocal(); in createXCoreLowerThreadLocalPass()
129 bool XCoreLowerThreadLocal::lowerGlobal(GlobalVariable *GV) { in lowerGlobal()
172 bool XCoreLowerThreadLocal::runOnModule(Module &M) { in runOnModule()
H A DCMakeLists.txt21 XCoreLowerThreadLocal.cpp