Home
last modified time | relevance | path

Searched refs:callback_fn (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/BPF/BTF/
H A Dextern-func-ptr.ll5 ; extern int do_work(int) __attribute__((section(".callback_fn")));
6 ; long bpf_helper(void *callback_fn);
42 ; CHECK: .ascii ".callback_fn" # string offset=74
46 declare !dbg !17 dso_local i32 @do_work(i32) #1 section ".callback_fn"
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSTLFunctionalExtras.h44 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn() function
64 : callback(callback_fn<typename std::remove_reference<Callable>::type>), in callback()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Ddebug-info-extern-callback.c4 long bpf_helper1(void *callback_fn);