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

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_globals.cpp15 Globals* g_globals = NULL;
18 void CreateGlobalsInstance() { g_globals = new Globals(); }
22 Globals::Globals() : search_paths_(), rdebug_() { function in class:crazy::Globals
27 Globals::~Globals() { pthread_mutex_destroy(&lock_); }
29 Globals* Globals::Get() {
H A Dcrazy_linker_globals.h19 class Globals { class in namespace:crazy
21 Globals();
22 ~Globals();
28 static Globals* Get();
46 ScopedGlobalLock() { Globals::Get()->Lock(); }
48 ~ScopedGlobalLock() { Globals::Get()->Unlock(); }
/external/clang/test/CodeGen/
H A D2003-06-26-CFECrash.c8 typedef struct Globals { struct
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view.h148 struct Globals { struct
170 extern Globals globals;
H A Dchrome_app_view_ash.cc72 struct Globals { struct
/external/llvm/lib/CodeGen/
H A DGlobalMerge.cpp97 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
143 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, argument
154 std::stable_sort(Globals.begin(), Globals.end(),
164 assert(Globals.size() > 1);
173 for (size_t i = 0, e = Globals.size(); i != e; ) {
182 Type *Ty = Globals[j]->getType()->getElementType();
188 Inits.push_back(Globals[j]->getInitializer());
190 if (Globals[j]->hasExternalLinkage() && !HasExternal) {
192 TheFirstExternal = Globals[
[all...]
/external/chromium_org/chrome/browser/
H A Dio_thread.cc235 // See IOThread::Globals for details.
237 ConstructProxyScriptFetcherContext(IOThread::Globals* globals,
267 ConstructSystemRequestContext(IOThread::Globals* globals,
415 IOThread::Globals::
417 Globals* globals)
422 IOThread::Globals::
428 IOThread::Globals::Globals() function in class:IOThread::Globals
437 IOThread::Globals::~Globals() {}
[all...]
H A Dio_thread.h91 struct Globals { struct in class:IOThread
114 explicit SystemRequestContextLeakChecker(Globals* globals);
118 Globals* const globals_;
121 Globals();
122 ~Globals();
222 Globals* globals();
224 // Allows overriding Globals in tests where IOThread::Init() and
227 void SetGlobalsForTesting(Globals* globals);
265 const Globals& globals,
293 Globals* global
[all...]
/external/nanopb-c/generator/
H A Dnanopb_generator.py907 class Globals: class in inherits:
920 for namemask, options in Globals.separate_options:
922 Globals.matched_namemasks.add(namemask)
941 if Globals.verbose_options:
1013 Globals.separate_options = read_options_file(open(optfilename, "rU"))
1015 Globals.separate_options = []
1016 Globals.matched_namemasks = set()
1040 unmatched = [n for n,o in Globals.separate_options if n not in Globals.matched_namemasks]
1044 if not Globals
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp67 DenseSet<const GlobalVariable *> &Globals) {
69 Globals.insert(GV);
73 DiscoverDependentGlobals(U->getOperand(i), Globals);
1196 SmallVector<const GlobalVariable *, 8> Globals; local
1203 VisitGlobalVariableForEmission(I, Globals, GVVisited, GVVisiting);
1210 for (unsigned i = 0, e = Globals.size(); i != e; ++i)
1211 printModuleLevelGV(Globals[i], OS2);
66 DiscoverDependentGlobals(const Value *V, DenseSet<const GlobalVariable *> &Globals) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1886 const auto &Globals = (TheU->*Accessor)(); local
1888 if (Globals.empty())
1916 for (const auto &GI : Globals) {
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp482 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); local
500 Globals.insert(GV, NGV);
533 Globals.insert(GV, NGV);
595 Globals.erase(GV);
604 Globals.erase(NewGlobals[i]);
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp222 NamedMDNode *Globals = M.getNamedMetadata("llvm.asan.globals"); local
223 if (!Globals)
225 for (auto MDN : Globals->operands()) {
990 // Globals from llvm.metadata aren't emitted, do not instrument them.
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp35 SmallVector<llvm::GlobalVariable *, 2> Globals; member in struct:__anon17870::VBTableGlobals
897 llvm::GlobalVariable *GV = VBGlobals.Globals[I];
1425 VBGlobals.Globals.push_back(getAddrOfVBTable(**I, RD, Linkage));
1505 llvm::GlobalVariable *GV = VBGlobals.Globals[I];
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 8466 milliseconds