Home
last modified time | relevance | path

Searched refs:func_caller (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_logger.c42 duk_hobject *func_caller; in duk_bi_logger_constructor() local
44 func_caller = DUK_ACT_GET_FUNC(act_caller); in duk_bi_logger_constructor()
45 if (func_caller) { in duk_bi_logger_constructor()
50 duk_push_hobject(ctx, func_caller); in duk_bi_logger_constructor()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_logger.c42 duk_hobject *func_caller; in duk_bi_logger_constructor() local
44 func_caller = DUK_ACT_GET_FUNC(act_caller); in duk_bi_logger_constructor()
45 if (func_caller) { in duk_bi_logger_constructor()
50 duk_push_hobject(ctx, func_caller); in duk_bi_logger_constructor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/AMDGPU/
H A Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp340 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo() local
341 if (!func_caller) { in GetItemInfo()
349 func_call_ret = func_caller->ExecuteFunction(exe_ctx, &args_addr, options, in GetItemInfo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp353 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo() local
354 if (!func_caller) { in GetItemInfo()
362 func_call_ret = func_caller->ExecuteFunction(exe_ctx, &args_addr, options, in GetItemInfo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp341 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo() local
342 if (!func_caller) { in GetItemInfo()
350 func_call_ret = func_caller->ExecuteFunction(exe_ctx, &args_addr, options, in GetItemInfo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp351 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo() local
352 if (!func_caller) { in GetItemInfo()
360 func_call_ret = func_caller->ExecuteFunction(exe_ctx, &args_addr, options, in GetItemInfo()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp341 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo() local
342 if (!func_caller) { in GetItemInfo()
350 func_call_ret = func_caller->ExecuteFunction(exe_ctx, &args_addr, options, in GetItemInfo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp341 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo() local
342 if (!func_caller) { in GetItemInfo()
350 func_call_ret = func_caller->ExecuteFunction(exe_ctx, &args_addr, options, in GetItemInfo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp341 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo() local
342 if (!func_caller) { in GetItemInfo()
350 func_call_ret = func_caller->ExecuteFunction(exe_ctx, &args_addr, options, in GetItemInfo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp341 FunctionCaller *func_caller = m_get_item_info_impl_code->GetFunctionCaller(); in GetItemInfo() local
342 if (!func_caller) { in GetItemInfo()
350 func_call_ret = func_caller->ExecuteFunction(exe_ctx, &args_addr, options, in GetItemInfo()

12