/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
Globals.java | 18 public final class Globals { 19 private Globals() {}
|
/external/clang/test/CodeGen/ |
2003-06-26-CFECrash.c | 8 typedef struct Globals {
|
/external/llvm/lib/CodeGen/ |
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. 53 // However, merging globals can have tradeoffs: 105 cl::desc("Improve global merge pass to ignore globals only used alone"), 119 STATISTIC(NumMerged, "Number of globals merged"); 130 /// Currently, this applies a dead simple heuristic: only consider globals 140 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals, 142 /// \brief Merge everything in \p Globals for which the corresponding bi [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMGlobalMerge.cpp | 1 //===-- ARMGlobalMerge.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. 77 bool doMerge(SmallVectorImpl<GlobalVariable*> &Globals, 89 return "Merge internal globals"; 114 bool ARMGlobalMerge::doMerge(SmallVectorImpl<GlobalVariable*> &Globals, 124 std::stable_sort(Globals.begin(), Globals.end(), GlobalCmp(TD)); 128 for (size_t i = 0, e = Globals.size(); i != e; ) [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceDefs.h | 203 Globals.insert(Globals.end(), Other->Globals.begin(), Other->Globals.end()); 204 Other->Globals.clear(); 214 assert(Globals.empty()); 223 Globals.clear(); 231 VariableDeclarationArray::iterator begin() { return Globals.begin(); } 233 VariableDeclarationArray::iterator end() { return Globals.end(); } 236 return Globals.begin() [all...] |
IceASanInstrumentation.h | 43 void instrumentGlobals(VariableDeclarationList &Globals) override;
|
IceGlobalContext.cpp | 365 auto *Revision = VariableDeclaration::create(&Globals, true); 370 &Globals, RevisionString, 1 + strlen(RevisionString))); 371 Globals.push_back(Revision); 479 for (VariableDeclaration *Global : Globals) { 494 for (const Ice::VariableDeclaration *Global : Globals) { 507 RandomShuffle(Globals.begin(), Globals.end(), 512 Instrumentor->instrumentGlobals(Globals); 514 DataLowering->lowerGlobals(Globals, SectionSuffix); 516 Globals.clearAndPurge() [all...] |
/frameworks/rs/rsov/compiler/ |
GlobalMergePass.cpp | 51 SmallVector<GlobalVariable *, 8> Globals; 52 if (!collectGlobals(M, Globals)) { 57 Tys.reserve(Globals.size()); 62 for (GlobalVariable *GV : Globals) { 92 CreateInitFunction(LLVMCtxt, M, MergedGV, MergedTy, BufferSize, Globals); 116 for (size_t i = 0, e = Globals.size(); i != e; ++i) { 117 GlobalVariable *G = Globals[i]; 175 const SmallVectorImpl<GlobalVariable *> &Globals) { 177 Initializers.reserve(Globals.size()); 178 for (size_t i = 0, e = Globals.size(); i != e; ++i) [all...] |
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineModuleInfoImpls.h | 84 std::vector<wasm::Global> Globals; 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); } 95 const std::vector<wasm::Global> &getGlobals() const { return Globals; }
|
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineModuleInfoImpls.h | 84 std::vector<wasm::Global> Globals; 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); } 95 const std::vector<wasm::Global> &getGlobals() const { return Globals; }
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineModuleInfoImpls.h | 84 std::vector<wasm::Global> Globals; 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); } 95 const std::vector<wasm::Global> &getGlobals() const { return Globals; }
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineModuleInfoImpls.h | 84 std::vector<wasm::Global> Globals; 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); } 95 const std::vector<wasm::Global> &getGlobals() const { return Globals; }
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineModuleInfoImpls.h | 84 std::vector<wasm::Global> Globals; 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); } 95 const std::vector<wasm::Global> &getGlobals() const { return Globals; }
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineModuleInfoImpls.h | 84 std::vector<wasm::Global> Globals; 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); } 95 const std::vector<wasm::Global> &getGlobals() const { return Globals; }
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineModuleInfoImpls.h | 84 std::vector<wasm::Global> Globals; 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); } 95 const std::vector<wasm::Global> &getGlobals() const { return Globals; }
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineModuleInfoImpls.h | 84 std::vector<wasm::Global> Globals; 94 void addGlobal(const wasm::Global &G) { Globals.push_back(G); } 95 const std::vector<wasm::Global> &getGlobals() const { return Globals; }
|
/external/llvm/lib/Transforms/IPO/ |
LowerTypeTests.cpp | 245 ArrayRef<GlobalVariable *> Globals); 254 ArrayRef<GlobalObject *> Globals); 309 // Create globals to stand in for byte arrays and masks. These never actually 491 /// Given a disjoint set of type identifiers and globals, lay out the globals, 494 ArrayRef<Metadata *> TypeIds, ArrayRef<GlobalVariable *> Globals) { 495 // Build a new global with the combined contents of the referenced globals. 497 // contents of the referenced globals and whose odd-indexed elements contain 501 for (GlobalVariable *G : Globals) { 526 // Compute the offsets of the original globals within the new global [all...] |
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/ |
ResumeNotificationHelperTest.java | 32 import com.android.managedprovisioning.common.Globals; 66 Intent intent = new Intent(Globals.ACTION_RESUME_PROVISIONING);
|
/prebuilts/go/darwin-x86/test/ |
notinheap2.go | 16 // Globals and stack variables are okay.
|
/prebuilts/go/linux-x86/test/ |
notinheap2.go | 16 // Globals and stack variables are okay.
|
/external/swiftshader/third_party/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; }
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
DownloadPackageTask.java | 36 import com.android.managedprovisioning.common.Globals; 113 if (Globals.DEBUG) { 129 if (Globals.DEBUG) {
|
/external/nanopb-c/generator/ |
nanopb_generator.py | [all...] |
/external/llvm/tools/llvm-pdbdump/ |
llvm-pdbdump.h | 21 extern llvm::cl::opt<bool> Globals;
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/analytics/ |
AnalyticsUtils.java | 20 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;
|