Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dtail-call-cgp.ll8 ; CHECK-LABEL: @func_caller(
12 define void @func_caller(i32* nocapture %p, i32 %a, i32 %b) #0 {
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
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()