reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1581   return_valobj_sp = GetReturnValueObjectSimple(thread, return_compiler_type);
 1586   RegisterContextSP reg_ctx_sp = thread.GetRegisterContext();
 1591   llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread);
 1601   ExecutionContext exe_ctx(thread.shared_from_this());
 1618       FlattenAggregateType(thread, exe_ctx, return_compiler_type,
 1650       uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread));
 1686           &thread, return_compiler_type, ConstString(""), return_ext);
 1703         (uint64_t)thread.GetRegisterContext()->ReadRegisterAsUnsigned(rax_id,
 1706         &thread, "", Address(storage_addr, nullptr), return_compiler_type);