Searched refs:return_val (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/ |
| H A D | sret.cpp | 68 int return_val = b.AInstance().get_int(); in main() local 71 return return_val; in main()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | RNBServices.cpp | 86 int return_val = proc_pidpath(pid, proc_path_buf, PATH_MAX); in GetProcesses() local 87 if (return_val > 0) { in GetProcesses()
|
| H A D | DNB.cpp | 643 int return_val = proc_pidpath(proc_infos[i].kp_proc.p_pid, in GetAllInfosMatchingName() local 645 if (return_val > 0) { in GetAllInfosMatchingName()
|
| H A D | RNBRemote.cpp | 3476 bool return_val = true; in GetProcessNameFrom_vAttach() local 3486 return_val = false; in GetProcessNameFrom_vAttach() 3493 return return_val; in GetProcessNameFrom_vAttach()
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | stack_logging.h | 67 uintptr_t return_val, uint32_t num_hot_to_skip);
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | sret.ll | 145 %return_val = alloca i32, align 4 158 …call void @llvm.dbg.declare(metadata i32* %return_val, metadata !109, metadata !DIExpression()), !… 165 store i32 %call, i32* %return_val, align 4, !dbg !111 168 %0 = load i32, i32* %return_val, align 4, !dbg !115 379 !109 = !DILocalVariable(name: "return_val", line: 56, scope: !54, file: !7, type: !12)
|