Home
last modified time | relevance | path

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

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A 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()
276 bool Strong = false; in RequiresStackProtector() local
295 Strong = true; // Use the same heuristic as strong to determine SSPLayout in RequiresStackProtector()
297 Strong = true; in RequiresStackProtector()
321 } else if (Strong) { in RequiresStackProtector()
339 if (ContainsProtectableArray(AI->getAllocatedType(), IsLarge, Strong)) { in RequiresStackProtector()
354 if (Strong && HasAddressTaken(AI, M->getDataLayout().getTypeAllocSize( in RequiresStackProtector()
H A DSpillPlacement.cpp281 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill() argument
284 if (Strong) in addPrefSpill()
H A DSpillPlacement.h124 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp313 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local
337 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local
379 IncludeStrongLifetimeRAII Strong(Policy); in printPointerBefore() local
390 IncludeStrongLifetimeRAII Strong(Policy); in printPointerAfter() local
422 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceBefore() local
435 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceAfter() local
447 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceBefore() local
460 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceAfter() local
472 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerBefore() local
489 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerAfter() local
[all …]
H A DASTContext.cpp6877 return InlineVariableDefinitionKind::Strong; in getInlineVariableDefinitionKind()
8590 return Qualifiers::Strong; in getObjCGCAttrKind()
9664 if (GC_L == Qualifiers::Strong && RHSCan->isObjCObjectPointerType()) { in mergeTypes()
9665 return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong)); in mergeTypes()
9667 if (GC_R == Qualifiers::Strong && LHSCan->isObjCObjectPointerType()) { in mergeTypes()
9668 return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS); in mergeTypes()
10067 if (GC_L == Qualifiers::Strong) in mergeObjCGCQualifiers()
10069 if (GC_R == Qualifiers::Strong) in mergeObjCGCQualifiers()
10829 case ASTContext::InlineVariableDefinitionKind::Strong: in basicGVALinkageForVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h57 G.makeDefined(*Sym, *SR.getFirstBlock(), 0, 0, Linkage::Strong, in operator()
64 SR.getLastBlock()->getSize(), 0, Linkage::Strong, in operator()
H A DMachOLinkGraphBuilder.cpp66 return Linkage::Strong; in getLinkage()
360 NSym.Desc & MachO::N_WEAK_REF ? Linkage::Weak : Linkage::Strong); in graphifyRegularSymbols()
368 *NSym.Name, NSym.Value, 0, Linkage::Strong, Scope::Default, in graphifyRegularSymbols()
H A DELF_x86_64.cpp594 Linkage L = Linkage::Strong; in graphifyRegularSymbols()
773 Linkage::Strong, Scope::Local, true); in getOrCreateGOTSymbol()
777 Linkage::Strong, Scope::Local, false, true); in getOrCreateGOTSymbol()
H A DMachOLinkGraphBuilder.h58 Linkage L = Linkage::Strong;
H A DJITLink.cpp73 case Linkage::Strong: in getLinkageName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackProtector.h94 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp102 Kind = MigrationContext::GCAttrOccurrence::Strong; in handleAttr()
335 << (Attr.Kind == GCAttrOccurrence::Strong ? "strong" : "weak"); in dumpGCAttrs()
H A DTransforms.h87 enum AttrKind { Weak, Strong } Kind; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentHTMLTags.td8 def Strong : Tag<"strong">;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h282 Strong, enumerator
376 new (Sym) Symbol(Base, Offset, StringRef(), Size, Linkage::Strong, in constructAnonDef()
515 assert((L == Linkage::Strong || (!Base->isAbsolute() && !Name.empty())) && in setLinkage()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-dsa.pod.in129 Enable 'Strong' PVK encoding level (default).
H A Dopenssl-rsa.pod.in139 Enable 'Strong' PVK encoding level (default).
/netbsd-src/crypto/external/bsd/openssl/dist/providers/
H A Dbuild.info61 # Strong dependencies. This ensures that any time an implementation library
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h300 return Quals.getObjCGCAttr() == Qualifiers::Strong; in isObjCStrong()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509V3_get_d2i.pod160 Strong Extranet ID NID_sxnet
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.td209 /// Strong Stack protection.
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3045.txt216 contributors Kurt Zeilenga, Mark Smith, Mark Wahl, Peter Strong,
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1yStatusIssuesStatus.csv108 "`2252 <https://wg21.link/lwg2252>`__","Strong guarantee on vector::push_back() still broken with C…
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dcompress243 # 4.3BSD-Quasijarus Strong Compression
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Ddeque2422 // Strong guarantee. Either do it or don't touch anything.
2482 // Strong guarantee. Either do it or don't touch anything.
2567 // Strong guarantee. Either do it or don't touch anything.
2622 // Strong guarantee. Either do it or don't touch anything.

123