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

References

tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  650   ExecutionContext exe_ctx(thread.shared_from_this());
  651   return_valobj_sp = GetReturnValueObjectSimple(thread, return_compiler_type);
  655   RegisterContextSP reg_ctx_sp = thread.GetRegisterContext();
  659   llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread);
  704             field_compiler_type.GetBitSize(&thread);
  841             &thread, return_compiler_type, ConstString(""), return_ext);
  856           (uint64_t)thread.GetRegisterContext()->ReadRegisterAsUnsigned(r3_id,
  859           &thread, "", Address(storage_addr, nullptr), return_compiler_type);