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

References

tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  775   ExecutionContext exe_ctx(thread.shared_from_this());
  776   return_valobj_sp = GetReturnValueObjectSimple(thread, return_compiler_type);
  780   RegisterContextSP reg_ctx_sp = thread.GetRegisterContext();
  784   llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread);
  795       FlattenAggregateType(thread, exe_ctx, return_compiler_type,
  847         uint32_t field_byte_width = (uint32_t) (*field_compiler_type.GetByteSize(&thread));
  978             &thread, return_compiler_type, ConstString(""), return_ext);
  993           (uint64_t)thread.GetRegisterContext()->ReadRegisterAsUnsigned(rax_id,
  996           &thread, "", Address(storage_addr, nullptr), return_compiler_type);