Searched refs:callee_context (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/Transforms/Coroutines/ |
D | coro-async.ll | 66 %callee_context = call i8* @llvm.coro.async.context.alloc(i8* %arg0, i8* %arg1) 67 %callee_context.0 = bitcast i8* %callee_context to %async.ctxt* 72 …%callee_context.return_to_caller.addr = getelementptr inbounds %async.ctxt, %async.ctxt* %callee_c… 73 …%return_to_caller.addr = bitcast void(i8*, %async.task*, %async.actor*)** %callee_context.return_t… 78 …%callee_context.caller_context.addr = getelementptr inbounds %async.ctxt, %async.ctxt* %callee_con… 79 store i8* %async.ctxt, i8** %callee_context.caller_context.addr 86 … i8* %callee, i8* %callee_context, %async.task* %task, %async.actor *%actor) 88 call void @llvm.coro.async.context.dealloc(i8* %callee_context) 179 %callee_context = call i8* @llvm.coro.async.context.alloc(i8* %arg0, i8* %arg1) 181 %callee_context.0 = bitcast i8* %callee_context to %async.ctxt* [all …]
|
/external/google-breakpad/src/processor/ |
D | cfi_frame_info-inl.h | 47 const RawContextType &callee_context, in FindCallerRegisters() argument 61 callee_registers[r.name] = callee_context.*r.context_member; in FindCallerRegisters() 106 caller_context->*r.context_member = callee_context.*r.context_member; in FindCallerRegisters()
|
D | cfi_frame_info_unittest.cc | 477 RawContext callee_context, caller_context; member 526 callee_context.r0 = 0x94e030ca79edd119ULL; in TEST_F() 527 callee_context.r1 = 0x937b4d7e95ce52d9ULL; in TEST_F() 528 callee_context.r2 = 0x5fe0027416b8b62aULL; // caller's r1 in TEST_F() 531 callee_context.sp = stack_top; in TEST_F() 532 callee_context.pc = 0x25b21b224311d280ULL; in TEST_F() 539 callee_context, callee_validity, in TEST_F()
|
D | cfi_frame_info.h | 261 const RawContextType &callee_context,
|