Searched refs:weak_function (Results 1 – 3 of 3) sorted by relevance
4 weak_function: label5 .functype weak_function () -> (i32)6 .hidden weak_function7 .weak weak_function17 # CHECK-NEXT: Name: weak_function
90 auipc a0, %pcrel_hi(weak_function)93 # NORELAX: R_RISCV_PCREL_HI20 weak_function98 # RELAX: R_RISCV_PCREL_HI20 weak_function118 .weak weak_function119 .type weak_function,@function120 weak_function:111 weak_function: global() label
43 [[gnu::weak]] void weak_function();48 constexpr bool weak_function_is_non_null = &weak_function != nullptr; // expected-error {{must be initialized by a constant expression}}49 // expected-note@-1 {{comparison against address of weak declaration '&weak_function' can only be performed at runtime}}