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

1 2 3

  /toolchain/binutils/binutils-2.27/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 120 bool Strong,
128 // However, in strong mode any array, regardless of type and size,
130 if (!Strong && (InStruct || !Trip.isOSDarwin()))
141 if (Strong)
142 // Require a protector for all arrays in strong mode
154 if (ContainsProtectableArray(*I, IsLarge, Strong, true)) {
201 /// We use two heuristics: a standard (ssp) and strong (sspstrong).
206 /// strong heuristic will add a guard variables to functions that call alloca
212 bool Strong = false;
227 Strong = true; // Use the same heuristic as strong to determine SSPLayou
    [all...]
SpillPlacement.h 121 /// @param Strong When true, double the negative bias for these blocks.
122 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
SpillPlacement.cpp 278 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) {
282 if (Strong)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SpillPlacement.h 110 /// @param Strong When true, double the negative bias for these blocks.
111 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
SpillPlacement.cpp 244 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) {
248 if (Strong)
311 // basic block numbering, so there is a strong tendency towards chains of
  /external/llvm/include/llvm/CodeGen/
StackProtector.h 102 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 104 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
StackProtector.h 107 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
StackProtector.h 107 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
StackProtector.h 107 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
StackProtector.h 107 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
StackProtector.h 107 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
StackProtector.h 107 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackProtector.h 104 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
StackProtector.h 107 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
StackProtector.h 107 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
StackProtector.h 107 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
StackProtector.h 107 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
StackProtector.h 107 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
StackProtector.h 107 bool ContainsProtectableArray(Type *Ty, bool &IsLarge, bool Strong = false,
  /external/clang/lib/AST/
TypePrinter.cpp 267 IncludeStrongLifetimeRAII Strong(Policy);
291 IncludeStrongLifetimeRAII Strong(Policy);
331 IncludeStrongLifetimeRAII Strong(Policy);
341 IncludeStrongLifetimeRAII Strong(Policy);
364 IncludeStrongLifetimeRAII Strong(Policy);
375 IncludeStrongLifetimeRAII Strong(Policy);
386 IncludeStrongLifetimeRAII Strong(Policy);
397 IncludeStrongLifetimeRAII Strong(Policy);
408 IncludeStrongLifetimeRAII Strong(Policy);
424 IncludeStrongLifetimeRAII Strong(Policy)
    [all...]
  /external/clang/lib/ARCMigrate/
Transforms.h 88 enum AttrKind { Weak, Strong } Kind;

Completed in 727 milliseconds

1 2 3