reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1565 RegisterContext *reg_ctx = thread.GetRegisterContext().get(); 1581 llvm::Optional<uint64_t> bit_width = compiler_type.GetBitSize(&thread); 1582 llvm::Optional<uint64_t> byte_size = compiler_type.GetByteSize(&thread); 1630 thread.GetRegisterContext()->ReadRegisterAsUnsigned(r0_reg_info, 0) & 1634 if (IsArmHardFloat(thread) && (*byte_size == 8 || *byte_size == 16)) { 1650 if (!GetReturnValuePassedInMemory(thread, reg_ctx, *byte_size, value)) 1661 if (IsArmHardFloat(thread)) { 1685 if (IsArmHardFloat(thread)) { 1701 if (IsArmHardFloat(thread)) { 1705 } else if (!GetReturnValuePassedInMemory(thread, reg_ctx, *bit_width / 8, 1712 if (IsArmHardFloat(thread)) { 1776 if (!GetReturnValuePassedInMemory(thread, reg_ctx, *byte_size, value)) 1785 ProcessSP process_sp(thread.GetProcess()); 1829 return ValueObjectConstResult::Create(&thread, compiler_type, 1839 thread.GetStackFrameAtIndex(0).get(), value, ConstString(""));