Home
last modified time | relevance | path

Searched refs:do_work (Results 1 – 5 of 5) 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")));
8 ; return bpf_helper(&do_work);
16 %call = tail call i64 @bpf_helper(i8* bitcast (i32 (i32)* @do_work to i8*)) #2, !dbg !11
37 ; CHECK-NEXT: .long do_work
41 ; CHECK: .ascii "do_work" # string offset=55
46 declare !dbg !17 dso_local i32 @do_work(i32) #1 section ".callback_fn"
73 !17 = !DISubprogram(name: "do_work", scope: !1, file: !1, line: 1, type: !18, flags: DIFlagPrototyp…
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dunused-nonnull.ll23 br i1 %2, label %done, label %do_work
25 do_work:
34 %retval = phi i32 [0, %entry], [%1, %do_work], [%1, %null]
/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp83 auto do_work = [&]() -> Error { in DoExecute() local
92 if (llvm::Error err = do_work()) { in DoExecute()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dperf_counters_gtest.cc98 size_t do_work() { in do_work() function
109 auto work = [&]() { BM_CHECK(do_work() > 1000); }; in measure()
/llvm-project-15.0.7/clang/test/Sema/
H A Dc2x-bool.c26 static void do_work() { in do_work() function