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

/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp1 //===-- XCoreLowerThreadLocal - Lower thread local variables --------------===//
39 struct XCoreLowerThreadLocal : public ModulePass { struct in namespace:__anon2564
42 XCoreLowerThreadLocal() : ModulePass(ID) { function in struct:__anon2564::XCoreLowerThreadLocal
52 char XCoreLowerThreadLocal::ID = 0;
54 INITIALIZE_PASS(XCoreLowerThreadLocal, "xcore-lower-thread-local",
58 return new XCoreLowerThreadLocal();
88 bool XCoreLowerThreadLocal::lowerGlobal(GlobalVariable *GV) {
131 bool XCoreLowerThreadLocal::runOnModule(Module &M) {

Completed in 108 milliseconds