HomeSort by relevance Sort by last modified time
    Searched refs:Globals (Results 1 - 19 of 19) sorted by null

  /external/clang/test/CodeGen/
2003-06-26-CFECrash.c 8 typedef struct Globals {
  /external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp 1 //===-- GlobalMerge.cpp - Internal globals merging -----------------------===//
9 // This pass merges globals with internal linkage into one. This way all the
10 // globals which were merged into a biggest one can be addressed using offsets
13 // when many globals are involved.
71 STATISTIC(NumMerged , "Number of globals merged");
78 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
92 return "Merge internal globals";
120 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
130 std::stable_sort(Globals.begin(), Globals.end(), GlobalCmp(TD))
    [all...]
  /external/chromium/chrome/browser/
io_thread.h 51 struct Globals {
52 Globals();
53 ~Globals();
88 Globals* globals();
179 Globals* globals_;
io_thread.cc 200 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
205 context->set_host_resolver(globals->host_resolver.get());
206 context->set_cert_verifier(globals->cert_verifier.get());
207 context->set_dnsrr_resolver(globals->dnsrr_resolver.get());
209 globals->http_auth_handler_factory.get());
210 context->set_proxy_service(globals->proxy_script_fetcher_proxy_service.get());
212 globals->proxy_script_fetcher_http_transaction_factory.get());
214 globals->proxy_script_fetcher_ftp_transaction_factory.get());
217 context->set_network_delegate(globals->system_network_delegate.get())
328 IOThread::Globals* IOThread::globals() { function in class:IOThread
    [all...]
  /external/llvm/lib/VMCore/
Android.mk 16 Globals.cpp \
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 59 /// Globals - A map of globally visible named entities for this unit.
61 StringMap<DIE*> Globals;
82 const StringMap<DIE*> &getGlobals() const { return Globals; }
91 void addGlobal(StringRef Name, DIE *Die) { Globals[Name] = Die; }
DwarfDebug.cpp     [all...]
  /frameworks/base/core/java/android/app/
WallpaperManager.java 180 static class Globals extends IWallpaperManagerCallback.Stub {
189 Globals(Looper looper) {
312 private static Globals sGlobals;
317 sGlobals = new Globals(looper);
  /external/chromium/chrome/browser/profiles/
off_the_record_profile_io_data.cc 125 IOThread::Globals* const io_thread_globals = io_thread->globals();
profile_io_data.cc 278 IOThread::Globals* const io_thread_globals = io_thread->globals();
profile_impl_io_data.cc 171 IOThread::Globals* const io_thread_globals = io_thread->globals();
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom.c 28 #pragma mark -- Globals --
159 /* Initialize globals */
CDPlayer.c 51 Globals
54 #pragma mark -- Globals --
  /external/libvpx/build/make/
gen_msvs_proj.sh 547 tag Globals
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 11 // taken. If obviously true, it marks read/write globals as constant, deletes
43 STATISTIC(NumMarked , "Number of globals marked constant");
44 STATISTIC(NumUnnamed , "Number of globals marked unnamed_addr");
45 STATISTIC(NumSRA , "Number of aggregate globals broken into scalars");
47 STATISTIC(NumSubstitute,"Number of globals with initializers stored into them");
48 STATISTIC(NumDeleted , "Number of globals deleted");
51 STATISTIC(NumLocalized , "Number of globals localized");
114 /// for scalar globals.
120 /// tracked for scalar globals.
506 Module::GlobalListType &Globals = GV->getParent()->getGlobalList()
    [all...]
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 31 # Globals:
  /external/openssl/crypto/bn/asm/
pa-risc2.s 69 ; Globals used in some routines
    [all...]
pa-risc2W.s 61 ; Globals used in some routines
    [all...]
  /external/v8/src/
debug-debugger.js 77 // Globals.
    [all...]

Completed in 1031 milliseconds