Home
last modified time | relevance | path

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

123

/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/arm/
H A Dweakdef-1.s10 b Strong
13 .globl Strong
14 .type Strong, %function
15 Strong: label
18 .size Strong, .-Strong
H A Dweakdef-2.s3 .globl Strong
4 Strong: label
5 adrl r0,Strong
6 adr r0,Strong
H A Dweakdef-1.d13 0: f7ff bffe b.w 4 <Strong>
14 0: R_ARM_THM_JUMP24 Strong
16 0+004 <Strong>:
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dweakdef-1.s10 b Strong
13 .globl Strong
14 .type Strong, %function
15 Strong: label
18 .size Strong, .-Strong
H A Dweakdef-2.s3 .globl Strong
4 Strong: label
5 adrl r0,Strong
6 adr r0,Strong
H A Dweakdef-1.d13 0: f7ff bffe b.w 4 <Strong>
14 0: R_ARM_THM_JUMP24 Strong
16 0+004 <Strong>:
/netbsd/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/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp379 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
500 IncludeStrongLifetimeRAII Strong(Policy); in printConstantArrayBefore() local
523 IncludeStrongLifetimeRAII Strong(Policy); in printIncompleteArrayBefore() local
[all …]
/netbsd/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/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackProtector.h94 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
/netbsd/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/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentHTMLTags.td8 def Strong : Tag<"strong">;
/netbsd/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/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/crypto/external/bsd/openssl/dist/providers/
H A Dbuild.info61 # Strong dependencies. This ensures that any time an implementation library
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h300 return Quals.getObjCGCAttr() == Qualifiers::Strong; in isObjCStrong()
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509V3_get_d2i.pod160 Strong Extranet ID NID_sxnet

123