HomeSort by relevance Sort by last modified time
    Searched refs:Strong (Results 1 - 17 of 17) sorted by null

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
weakdef-1.s 10 b Strong
13 .globl Strong
14 .type Strong, %function
15 Strong:
18 .size Strong, .-Strong
weakdef-2.s 3 .globl Strong
4 Strong:
5 adrl r0,Strong
6 adr r0,Strong
weakdef-1.d 13 0: f7ff bffe b.w 4 <Strong>
14 0: R_ARM_THM_JUMP24 Strong
16 0+004 <Strong>:
  /external/llvm/lib/CodeGen/
StackProtector.cpp 109 bool Strong,
117 // However, in strong mode any array, regardless of type and size,
119 if (!Strong && (InStruct || !Trip.isOSDarwin()))
130 if (Strong)
131 // Require a protector for all arrays in strong mode
143 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
190 /// We use two heuristics: a standard (ssp) and strong (sspstrong).
195 /// strong heuristic will add a guard variables to functions that call alloca
201 bool Strong = false;
205 Strong = true; // Use the same heuristic as strong to determine SSPLayou
    [all...]
SpillPlacement.h 117 /// @param Strong When true, double the negative bias for these blocks.
118 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
SpillPlacement.cpp 263 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) {
267 if (Strong)
330 // basic block numbering, so there is a strong tendency towards chains of
  /external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/
pygapp2.py 51 Generic.Strong: "nobold noitalic #000",
  /external/llvm/include/llvm/CodeGen/
StackProtector.h 96 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /external/clang/lib/AST/
TypePrinter.cpp 263 IncludeStrongLifetimeRAII Strong(Policy);
287 IncludeStrongLifetimeRAII Strong(Policy);
327 IncludeStrongLifetimeRAII Strong(Policy);
337 IncludeStrongLifetimeRAII Strong(Policy);
360 IncludeStrongLifetimeRAII Strong(Policy);
371 IncludeStrongLifetimeRAII Strong(Policy);
382 IncludeStrongLifetimeRAII Strong(Policy);
393 IncludeStrongLifetimeRAII Strong(Policy);
404 IncludeStrongLifetimeRAII Strong(Policy);
420 IncludeStrongLifetimeRAII Strong(Policy)
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.h 88 enum AttrKind { Weak, Strong } Kind;
TransGCAttrs.cpp 104 if (Spell == "strong")
105 Kind = MigrationContext::GCAttrOccurrence::Strong;
272 StringRef toAttr = "strong";
340 << (Attr.Kind == GCAttrOccurrence::Strong ? "strong" : "weak");
  /external/clang/lib/CodeGen/
CGValue.h 118 /// Does an ARC strong l-value have precise lifetime?
127 /// equivalently strong, like the address of an array allocated by a
292 return Quals.getObjCGCAttr() == Qualifiers::Strong;
CGObjCMac.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /external/clang/include/clang/AST/
Type.h 115 /// * Objective C: the GC attributes (none, weak, or strong)
128 Strong
309 /// True if the lifetime is either strong or weak.
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 86 if (II->isStr("strong")) {
    [all...]

Completed in 1568 milliseconds