Searched refs:Globals (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/test/CodeGen/
H A D2003-06-26-CFECrash.c8 typedef struct Globals { struct
/external/llvm/lib/CodeGen/
H A DGlobalMerge.cpp134 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals,
136 /// \brief Merge everything in \p Globals for which the corresponding bit
138 bool doMerge(const SmallVectorImpl<GlobalVariable *> &Globals,
192 bool GlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, argument
196 std::stable_sort(Globals.begin(), Globals.end(),
204 BitVector AllGlobals(Globals.size());
206 return doMerge(Globals, AllGlobals, M, isConst, AddrSpace);
229 UsedGlobalSet(size_t Size) : Globals(Size), UsageCount(1) {}
230 BitVector Globals; member in struct:UsedGlobalSet
409 doMerge(const SmallVectorImpl<GlobalVariable *> &Globals, const BitVector &GlobalSet, Module &M, bool isConst, unsigned AddrSpace) const argument
517 DenseMap<unsigned, SmallVector<GlobalVariable*, 16> > Globals, ConstGlobals, local
[all...]
/external/llvm/lib/Transforms/IPO/
H A DLowerBitSets.cpp247 ArrayRef<GlobalVariable *> Globals);
256 ArrayRef<GlobalObject *> Globals);
530 ArrayRef<Metadata *> BitSets, ArrayRef<GlobalVariable *> Globals) {
537 for (GlobalVariable *G : Globals) {
564 for (unsigned I = 0; I != Globals.size(); ++I)
566 GlobalLayout[Globals[I]] = CombinedGlobalLayout->getElementOffset(I * 2);
573 for (unsigned I = 0; I != Globals.size(); ++I) {
580 Globals[I]->replaceAllUsesWith(CombinedGlobalElemPtr);
582 assert(Globals[I]->getType()->getAddressSpace() == 0);
584 Globals[
529 buildBitSetsFromGlobalVariables( ArrayRef<Metadata *> BitSets, ArrayRef<GlobalVariable *> Globals) argument
841 buildBitSetsFromDisjointSet( ArrayRef<Metadata *> BitSets, ArrayRef<GlobalObject *> Globals) argument
1018 std::vector<GlobalObject *> Globals; local
[all...]
H A DGlobalOpt.cpp484 Module::GlobalListType &Globals = GV->getParent()->getGlobalList(); local
503 Globals.insert(GV->getIterator(), NGV);
537 Globals.insert(GV->getIterator(), NGV);
601 Globals.erase(GV);
610 Globals.erase(NewGlobals[i]);
/external/llvm/tools/llvm-pdbdump/
H A Dllvm-pdbdump.h19 extern llvm::cl::opt<bool> Globals;
H A Dllvm-pdbdump.cpp74 cl::opt<bool> Globals("globals", cl::desc("Dump global symbols"),
488 if (opts::Globals) {
544 opts::Globals = true; member in class:opts
/external/llvm/lib/IR/
H A DAndroid.mk25 Globals.cpp \
/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/v8/src/wasm/
H A Dwasm-module.h45 F(Globals, 0, "global") \
H A Dencoder.cc284 size_t start = EmitSection(WasmSection::Code::Globals, buffer);
H A Dmodule-decoder.cc228 case WasmSection::Code::Globals: {
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp70 DenseSet<const GlobalVariable *> &Globals) {
72 Globals.insert(GV);
76 DiscoverDependentGlobals(U->getOperand(i), Globals);
866 SmallVector<const GlobalVariable *, 8> Globals; local
872 VisitGlobalVariableForEmission(&I, Globals, GVVisited, GVVisiting);
879 for (unsigned i = 0, e = Globals.size(); i != e; ++i)
880 printModuleLevelGV(Globals[i], OS2);
69 DiscoverDependentGlobals(const Value *V, DenseSet<const GlobalVariable *> &Globals) argument
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh470 tag Globals
/external/mdnsresponder/mDNSPosix/
H A DResponder.c45 #pragma mark ***** Globals
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1414 const auto &Globals = (TheU->*Accessor)(); local
1416 if (Globals.empty())
1443 for (const auto &GI : Globals) {
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp291 NamedMDNode *Globals = M.getNamedMetadata("llvm.asan.globals"); local
292 if (!Globals) return;
293 for (auto MDN : Globals->operands()) {
1212 // Globals from llvm.metadata aren't emitted, do not instrument them.
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp40 SmallVector<llvm::GlobalVariable *, 2> Globals; member in struct:__anon1339::VBTableGlobals
1215 llvm::GlobalVariable *GV = VBGlobals.Globals[I];
1874 VBGlobals.Globals.push_back(getAddrOfVBTable(**I, RD, Linkage));
1955 llvm::GlobalVariable *GV = VBGlobals.Globals[I];
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c166 #pragma mark == Globals ==
170 // Private Globals
H A Duds_daemon.c247 #pragma mark - Globals
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 640 milliseconds

12