HomeSort by relevance Sort by last modified time
    Searched refs:Globals (Results 1 - 22 of 22) 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.
80 STATISTIC(NumMerged , "Number of globals merged");
87 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
118 return "Merge internal globals";
146 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
156 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/IR/
Android.mk 18 Globals.cpp \
  /frameworks/base/core/java/android/app/
WallpaperManager.java 200 static class Globals extends IWallpaperManagerCallback.Stub {
209 Globals(Looper looper) {
328 private static Globals sGlobals;
333 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.15/src/cdrom/macosx/
SDL_syscdrom.c 28 #pragma mark -- Globals --
159 /* Initialize globals */
CDPlayer.c 51 Globals
54 #pragma mark -- Globals --
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 76 DenseSet<GlobalVariable*> &Globals) {
78 Globals.insert(GV);
82 DiscoverDependentGlobals(U->getOperand(i), Globals);
924 // As ptxas does not support forward references of globals, we need to first
925 // sort the list of module-level globals in def-use order. We visit each
927 // globals. We use a little extra memory maintaining both a set and a list to
929 SmallVector<GlobalVariable*,8> Globals;
936 VisitGlobalVariableForEmission(I, Globals, GVVisited, GVVisiting);
943 for (unsigned i = 0, e = Globals.size(); i != e; ++i)
944 printModuleLevelGV(Globals[i], OS2)
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 553 tag Globals
  /external/mdnsresponder/mDNSPosix/
Responder.c 45 #pragma mark ***** Globals
48 static mDNS mDNSStorage; // mDNS core uses this to store its globals
49 static mDNS_PlatformSupport PlatformStorage; // Stores this platform's globals
73 // if a signal arrives after we test the globals its sets but before we call
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 31 # Globals:
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 11 // taken. If obviously true, it marks read/write globals as constant, deletes
44 STATISTIC(NumMarked , "Number of globals marked constant");
45 STATISTIC(NumUnnamed , "Number of globals marked unnamed_addr");
46 STATISTIC(NumSRA , "Number of aggregate globals broken into scalars");
48 STATISTIC(NumSubstitute,"Number of globals with initializers stored into them");
49 STATISTIC(NumDeleted , "Number of globals deleted");
52 STATISTIC(NumLocalized , "Number of globals localized");
122 /// for scalar globals.
128 /// tracked for scalar globals.
388 // memory pointed to by globals at exit. This is popular because it als
    [all...]
  /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/mdnsresponder/mDNSShared/
DebugServices.c 166 #pragma mark == Globals ==
170 // Private Globals
    [all...]
uds_daemon.c 247 #pragma mark - Globals
250 // globals
    [all...]
  /external/v8/src/
debug-debugger.js 78 // Globals.
    [all...]

Completed in 1052 milliseconds