Home
last modified time | relevance | path

Searched refs:Strong (Results 1 – 25 of 58) sorted by relevance

123

/external/llvm/lib/CodeGen/
DStackProtector.cpp120 bool Strong, in ContainsProtectableArray() argument
130 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray()
141 if (Strong) in ContainsProtectableArray()
154 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray()
212 bool Strong = false; in RequiresStackProtector() local
227 Strong = true; // Use the same heuristic as strong to determine SSPLayout in RequiresStackProtector()
229 Strong = true; in RequiresStackProtector()
241 if (Strong) in RequiresStackProtector()
250 } else if (Strong) { in RequiresStackProtector()
264 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
[all …]
DSpillPlacement.h122 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
DSpillPlacement.cpp278 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill() argument
282 if (Strong) in addPrefSpill()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackProtector.cpp114 bool Strong, in ContainsProtectableArray() argument
124 if (!Strong && (InStruct || !Trip.isOSDarwin())) in ContainsProtectableArray()
135 if (Strong) in ContainsProtectableArray()
148 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) { in ContainsProtectableArray()
216 bool Strong = false; in RequiresStackProtector() local
242 Strong = true; // Use the same heuristic as strong to determine SSPLayout in RequiresStackProtector()
244 Strong = true; in RequiresStackProtector()
270 } else if (Strong) { in RequiresStackProtector()
288 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
303 if (Strong && HasAddressTaken(AI)) { in RequiresStackProtector()
DSpillPlacement.h122 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
DSpillPlacement.cpp286 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill() argument
290 if (Strong) in addPrefSpill()
/external/clang/lib/AST/
DTypePrinter.cpp267 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local
291 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local
331 IncludeStrongLifetimeRAII Strong(Policy); in printPointerBefore() local
341 IncludeStrongLifetimeRAII Strong(Policy); in printPointerAfter() local
364 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceBefore() local
375 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceAfter() local
386 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceBefore() local
397 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceAfter() local
408 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerBefore() local
424 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerAfter() local
[all …]
/external/google-fruit/extras/scripts/
Dfind_unused_types.sh20 echo Strong candidates:
/external/v8/src/
Dtransitions-inl.h47 HeapObjectReference::Strong(transitions)); in SetPrototypeTransitions()
82 HeapObjectReference::Strong(key)); in SetKey()
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m14 @property (strong) NSObject *Strong; property
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m14 @property (strong) NSObject *Strong; property
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpillPlacement.h111 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
DSpillPlacement.cpp244 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill() argument
248 if (Strong) in addPrefSpill()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackProtector.h95 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
/external/llvm/include/llvm/CodeGen/
DStackProtector.h102 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
/external/v8/src/objects/
Dmaybe-object.h91 static HeapObjectReference* Strong(Object* object) { in Strong() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Ddwarfdump-objc.test49 CHECK: DW_AT_APPLE_property_name {{.*}} "Strong"
/external/llvm/test/DebugInfo/
Ddwarfdump-objc.test49 CHECK: DW_AT_APPLE_property_name {{.*}} "Strong"
/external/webrtc/
DAUTHORS6 Ben Strong <bstrong@gmail.com>
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp105 Kind = MigrationContext::GCAttrOccurrence::Strong; in handleAttr()
340 << (Attr.Kind == GCAttrOccurrence::Strong ? "strong" : "weak"); in dumpGCAttrs()
DTransforms.h88 enum AttrKind { Weak, Strong } Kind; enumerator
/external/u-boot/arch/x86/include/asm/acpi/
Dglobutil.asl33 * SCMP - Strong string compare
/external/python/setuptools/docs/_theme/nature/static/
Dpygments.css14 .gs { font-weight: bold } /* Generic.Strong */
/external/clang/include/clang/AST/
DCommentHTMLTags.td8 def Strong : Tag<"strong">;
/external/clang/test/CodeGenObjC/
Dfragile-arc.m18 // Strong layout: scan the first word.
120 // Strong layout: skip five, scan four, skip three, scan seven

123