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

/external/clang/test/CodeGen/
H A D2003-06-26-CFECrash.c8 typedef struct Globals { struct
/external/chromium/chrome/browser/
H A Dio_thread.h51 struct Globals { struct in class:IOThread
52 Globals();
53 ~Globals();
88 Globals* globals();
179 Globals* globals_;
H A Dio_thread.cc200 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
222 ConstructSystemRequestContext(IOThread::Globals* globals,
286 IOThread::Globals::Globals() {} function in class:IOThread::Globals
288 IOThread::Globals::~Globals() {}
328 IOThread::Globals* IOThread::globals() {
423 globals_ = new Globals;
/external/chromium_org/win8/metro_driver/
H A Dmetro_driver_win7.cc9 struct Globals { struct
H A Dchrome_app_view.h148 struct Globals { struct
170 extern Globals globals;
H A Dchrome_app_view_ash.cc66 struct Globals { struct
/external/chromium_org/chrome/browser/
H A Dio_thread.cc189 // See IOThread::Globals for details.
191 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
219 ConstructSystemRequestContext(IOThread::Globals* globals,
352 IOThread::Globals::
354 Globals* globals)
359 IOThread::Globals::
365 IOThread::Globals::Globals() function in class:IOThread::Globals
374 IOThread::Globals::~Globals() {}
[all...]
H A Dio_thread.h77 struct Globals { struct in class:IOThread
100 explicit SystemRequestContextLeakChecker(Globals* globals);
104 Globals* const globals_;
107 Globals();
108 ~Globals();
188 Globals* globals();
190 // Allows overriding Globals in tests where IOThread::Init() and
193 void SetGlobalsForTesting(Globals* globals);
285 Globals* globals_;
/external/llvm/lib/Transforms/Scalar/
H A DGlobalMerge.cpp83 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
143 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, argument
154 std::stable_sort(Globals.begin(), Globals.end(), GlobalCmp(TD));
158 for (size_t i = 0, e = Globals.size(); i != e; ) {
164 Type *Ty = Globals[j]->getType()->getElementType();
170 Inits.push_back(Globals[j]->getInitializer());
186 Globals[k]->replaceAllUsesWith(GEP);
187 Globals[k]->eraseFromParent();
234 DenseMap<unsigned, SmallVector<GlobalVariable*, 16> > Globals, ConstGlobal local
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp70 DenseSet<const GlobalVariable *> &Globals) {
72 Globals.insert(GV);
76 DiscoverDependentGlobals(U->getOperand(i), Globals);
911 SmallVector<const GlobalVariable *, 8> Globals; local
918 VisitGlobalVariableForEmission(I, Globals, GVVisited, GVVisiting);
925 for (unsigned i = 0, e = Globals.size(); i != e; ++i)
926 printModuleLevelGV(Globals[i], OS2);
69 DiscoverDependentGlobals(const Value *V, DenseSet<const GlobalVariable *> &Globals) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2405 const StringMap<DIE*> &Globals = TheCU->getGlobalNames(); local
2407 GI = Globals.begin(), GE = Globals.end(); GI != GE; ++GI) {
2456 const StringMap<DIE*> &Globals = TheCU->getGlobalTypes(); local
2458 GI = Globals.begin(), GE = Globals.end(); GI != GE; ++GI) {
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp674 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); local
692 Globals.insert(GV, NGV);
725 Globals.insert(GV, NGV);
787 Globals.erase(GV);
796 Globals.erase(NewGlobals[i]);

Completed in 289 milliseconds