Home
last modified time | relevance | path

Searched refs:get_func (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/MC/AArch64/
H A Dbasic-pic.s65 .globl get_func
66 .type get_func,@function
67 get_func: // @get_func label
70 adrp x0, :got:get_func
71 ldr x0, [x0, #:got_lo12:get_func]
74 .size get_func, .Ltmp4-get_func
/llvm-project-15.0.7/clang/test/Modules/
H A Dderived_class.cpp19 bool get_func() { return false; } in get_func() function
36 bool c = b.get_func(); in foo()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dsource_location.cpp491 constexpr const char *get_func(const char *f = __builtin_FUNCTION()) { return f; } in get_func() function
499 const char *func2 = get_func();
540 constexpr const char *get_func(const char *f = __builtin_FUNCTION()) { return f; } in get_func() function
545 const char *func = get_func();
561 const char *func = get_func();
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dlower-module-lds-constantexpr.ll22 ; CHECK-LABEL: @get_func()
24 define i32 @get_func() local_unnamed_addr #0 {
/llvm-project-15.0.7/flang/test/Fir/
H A Dfir-ops.fir31 // CHECK-LABEL: func private @get_func() -> (() -> ())
33 func.func private @get_func() -> (() -> ())
132 // CHECK: [[VAL_36:%.*]] = fir.call @get_func() : () -> (() -> ())
139 %32 = fir.call @get_func() : () -> (() -> ())