HomeSort by relevance Sort by last modified time
    Searched defs:Globals (Results 51 - 59 of 59) sorted by null

1 23

  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp 254 /// Returns a pointer to the pool where globals are allocated.
    [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/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 37 /// Holds all the vbtable globals for a given class.
40 SmallVector<llvm::GlobalVariable *, 2> Globals;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 751 milliseconds

1 23