/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 178 std::vector<Global> Globals;
|
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 178 std::vector<Global> Globals;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 178 std::vector<Global> Globals;
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 178 std::vector<Global> Globals;
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 178 std::vector<Global> Globals;
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 178 std::vector<Global> Globals;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/ |
WasmYAML.h | 178 std::vector<Global> Globals;
|
/external/llvm/tools/llvm-pdbdump/ |
llvm-pdbdump.cpp | 117 cl::opt<bool> Globals("globals", cl::desc("Dump global symbols"), 470 if (opts::pretty::Globals) { 472 WithColor(Printer, PDB_ColorItem::SectionHeader).get() << "---GLOBALS---"; 557 opts::pretty::Globals = true;
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 70 DenseSet<const GlobalVariable *> &Globals) { 72 Globals.insert(GV); 76 DiscoverDependentGlobals(U->getOperand(i), Globals); 885 // As ptxas does not support forward references of globals, we need to first 886 // sort the list of module-level globals in def-use order. We visit each 888 // globals. We use a little extra memory maintaining both a set and a list to 890 SmallVector<const GlobalVariable *, 8> Globals; 895 for (const GlobalVariable &I : M.globals()) 896 VisitGlobalVariableForEmission(&I, Globals, GVVisited, GVVisiting); 903 for (unsigned i = 0, e = Globals.size(); i != e; ++i [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | [all...] |
/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
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/parser/ |
ExtrasProvisioningDataParser.java | 57 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING;
|
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | 11 // taken. If obviously true, it marks read/write globals as constant, deletes 52 STATISTIC(NumMarked , "Number of globals marked constant"); 53 STATISTIC(NumUnnamed , "Number of globals marked unnamed_addr"); 54 STATISTIC(NumSRA , "Number of aggregate globals broken into scalars"); 56 STATISTIC(NumSubstitute,"Number of globals with initializers stored into them"); 57 STATISTIC(NumDeleted , "Number of globals deleted"); 59 STATISTIC(NumLocalized , "Number of globals localized"); 152 // memory pointed to by globals at exit. This is popular because it also 154 // before other threads that are still expecting to use those globals. To 443 Module::GlobalListType &Globals = GV->getParent()->getGlobalList() [all...] |
/external/swiftshader/third_party/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/llvm/lib/CodeGen/AsmPrinter/ |
DwarfDebug.cpp | [all...] |
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/ |
PreProvisioningController.java | 37 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING; [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
AddressSanitizer.cpp | 173 // This flag may need to be replaced with -f[no]asan-globals. 174 static cl::opt<bool> ClGlobals("asan-globals", 225 static cl::opt<bool> ClOptGlobals("asan-opt-globals", 226 cl::desc("Don't instrument scalar globals"), 249 ClUseMachOGlobalsSection("asan-globals-live-support", 251 "code stripping of globals " 317 NamedMDNode *Globals = M.getNamedMetadata("llvm.asan.globals"); 318 if (!Globals) return; 319 for (auto MDN : Globals->operands()) [all...] |
/external/swiftshader/third_party/LLVM/ |
Android.mk | 375 lib/VMCore/Globals.cpp \
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/ |
PreProvisioningControllerTest.java | 25 import static com.android.managedprovisioning.common.Globals.ACTION_RESUME_PROVISIONING; [all...] |
/external/clang/lib/CodeGen/ |
MicrosoftCXXABI.cpp | 37 /// Holds all the vbtable globals for a given class. 40 SmallVector<llvm::GlobalVariable *, 2> Globals; [all...] |
/external/swiftshader/third_party/subzero/src/ |
PNaClTranslator.cpp | 254 /// Returns a pointer to the pool where globals are allocated. [all...] |
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
mdnsNSP.c | 222 #pragma mark == Globals == 226 // Globals [all...] |
/external/v8/src/debug/ |
debug.js | 77 // Globals.
|
/external/mdnsresponder/mDNSShared/ |
DebugServices.c | 166 #pragma mark == Globals == 170 // Private Globals [all...] |
/external/mdnsresponder/mDNSWindows/SystemService/ |
Service.c | 177 #pragma mark == Globals == 181 // Globals [all...] |