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

/external/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp1 //===-- XCoreLowerThreadLocal - Lower thread local variables --------------===//
42 struct XCoreLowerThreadLocal : public ModulePass { struct in namespace:__anon26213
45 XCoreLowerThreadLocal() : ModulePass(ID) { function in struct:__anon26213::XCoreLowerThreadLocal
55 char XCoreLowerThreadLocal::ID = 0;
57 INITIALIZE_PASS(XCoreLowerThreadLocal, "xcore-lower-thread-local",
61 return new XCoreLowerThreadLocal();
179 bool XCoreLowerThreadLocal::lowerGlobal(GlobalVariable *GV) {
225 bool XCoreLowerThreadLocal::runOnModule(Module &M) {

Completed in 96 milliseconds