Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()