HomeSort by relevance Sort by last modified time
    Searched full:weak (Results 51 - 75 of 1464) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
x86-64-pic-10.ll 4 @g = alias weak i32 ()* @f
hidden-vis.ll 10 define weak hidden void @t1() nounwind {
22 define weak void @t2() nounwind {
hidden-vis-2.ll 4 @x = weak hidden global i32 0 ; <i32*> [#uses=1]
  /external/llvm/test/Linker/
2004-02-17-WeakStrongLinkage.ll 5 @me = weak global i32* null ; <i32**> [#uses=0]
2008-07-06-AliasWeakDest2.ll 7 @foo = weak global i32 2
15 define weak i64 @sched_clock() {
2003-10-27-LinkOncePromote.ll 2 ; just like it does for weak symbols!
2004-12-03-DisagreeingType.ll 1 ; RUN: echo {@G = weak global \{\{\{\{double\}\}\}\} zeroinitializer } | \
2006-06-15-GlobalVarAlignment.ll 7 @X = weak global i32 7, align 4
  /external/llvm/test/Transforms/Inline/
2007-06-25-WeakInline.ll 11 define weak void @bar() {
  /external/llvm/test/Transforms/InstCombine/
2004-07-27-ConstantExprMul.ll 3 @p = weak global i32 0 ; <i32*> [#uses=1]
2007-09-17-AliasConstFold2.ll 4 @A = alias weak void ()* @B ; <void ()*> [#uses=1]
volatile_store.ll 4 @x = weak global i32 0 ; <i32*> [#uses=2]
  /external/llvm/test/CodeGen/Generic/
2009-03-17-LSR-APInt.ll 33 @_ZL20__gthrw_pthread_oncePiPFvvE = alias weak i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, void ()*)*> [#uses=0]
34 @_ZL27__gthrw_pthread_getspecificj = alias weak i8* (i32)* @pthread_getspecific ; <i8* (i32)*> [#uses=0]
35 @_ZL27__gthrw_pthread_setspecificjPKv = alias weak i32 (i32, i8*)* @pthread_setspecific ; <i32 (i32, i8*)*> [#uses=0]
36 @_ZL22__gthrw_pthread_createPmPK14pthread_attr_tPFPvS3_ES3_ = alias weak i32 (i64*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)* @pthread_create ; <i32 (i64*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)*> [#uses=0]
37 @_ZL22__gthrw_pthread_cancelm = alias weak i32 (i64)* @pthread_cancel ; <i32 (i64)*> [#uses=0]
38 @_ZL26__gthrw_pthread_mutex_lockP15pthread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_lock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0]
39 @_ZL29__gthrw_pthread_mutex_trylockP15pthread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0]
40 @_ZL28__gthrw_pthread_mutex_unlockP15pthread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_unlock ; <i32 (%struct.pthread_mutex_t*)*> [#uses=0]
41 @_ZL26__gthrw_pthread_mutex_initP15pthread_mutex_tPK19pthread_mutexattr_t = alias weak i32 (%struct.pthread_mutex_t*, %struct.Alignment*)* @pthread_mutex_init ; <i32 (%struct.pthread_mutex_t*, %struct.Alignment*)*> [#uses=0]
42 @_ZL26__gthrw_pthread_key_createPjPFvPvE = alias weak i32 (i32*, void (i8*)*)* @pthread_key_create ; <i32 (i32*, void (i8*)*)*> [#uses=0
    [all...]
  /external/clang/test/CodeGen/
attributes.c 4 // CHECK: @t5 = weak global i32 2
5 int t5 __attribute__((weak)) = 2;
29 // CHECK: @t9 = alias weak bitcast (void ()* @__t8 to void (...)*)
31 void t9() __attribute__((weak, alias("__t8")));
47 // CHECK: define weak void @t3() nounwind {
48 void t3() __attribute__((weak));
2008-07-29-override-alias-decl.c 8 int f() __attribute__((weak, alias("x")));
extern-weak.c 8 void foo() __attribute__((weak));
  /ndk/build/tools/toolchain-patches/gcc/
0001-gcc-prevent-crash-on-Eclair-and-older-platforms.patch 7 dynamic linker, which doesn't support weak symbols. By default,
9 reference weak symbols.
15 On Eclair and previous release, the weak symbol is not resolved
19 By not generating weak symbol references, we avoid the problem
22 which put them in libpthread.so (and provide weak stubs in libc.so).
40 + * weak symbols in their static C++ constructors. Such code crashes
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_infobar_controller.h 22 // The native extension view retrieved from the extension host. Weak.
25 // The window containing this InfoBar. Weak.
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller.h 16 TabContents* tabContents_; // Weak reference.
27 // Returns a weak reference to the TabContents whose TabContentsView created
  /external/clang/test/Driver/
ios-simulator-arcruntime.c 5 // CHECK-OPTIONS1-NOT: -fobjc-runtime-has-weak
6 // CHECK-OPTIONS2: -fobjc-runtime-has-weak
  /external/valgrind/main/drd/tests/
unified_annotations.h 30 void __attribute__((weak,noinline))
36 void __attribute__((weak,noinline))
  /external/clang/test/CodeGenObjC/
hidden-visibility.m 5 // CHECK: @"\01l_OBJC_PROTOCOL_$_Prot0" = weak hidden
  /external/clang/test/SemaObjC/
arc-no-runtime.m 9 @property (weak) id testObjectWeakProperty; // expected-note {{declared here}}
  /external/llvm/test/CodeGen/ARM/
hidden-vis-2.ll 3 @x = weak hidden global i32 0 ; <i32*> [#uses=1]
  /external/llvm/test/MC/COFF/
weak.s 1 // This tests that default-null weak symbols (a GNU extension) are created
2 // properly via the .weak directive.
29 .weak _test_weak
44 // CHECK: Name = .weak._test_weak.default

Completed in 3030 milliseconds

1 23 4 5 6 7 8 91011>>