Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp43 struct XCoreLowerThreadLocal : public ModulePass { struct
46 XCoreLowerThreadLocal() : ModulePass(ID) { in XCoreLowerThreadLocal() function
56 char XCoreLowerThreadLocal::ID = 0;
58 INITIALIZE_PASS(XCoreLowerThreadLocal, "xcore-lower-thread-local",
62 return new XCoreLowerThreadLocal(); in createXCoreLowerThreadLocalPass()
130 bool XCoreLowerThreadLocal::lowerGlobal(GlobalVariable *GV) { in lowerGlobal()
173 bool XCoreLowerThreadLocal::runOnModule(Module &M) { in runOnModule()
H A DCMakeLists.txt21 XCoreLowerThreadLocal.cpp