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
  647   if (!return_compiler_type)
  651   return_valobj_sp = GetReturnValueObjectSimple(thread, return_compiler_type);
  659   llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread);
  662   if (return_compiler_type.IsAggregateType()) {
  689       const uint32_t num_children = return_compiler_type.GetNumFields();
  701         CompilerType field_compiler_type = return_compiler_type.GetFieldAtIndex(
  767                     return_compiler_type.GetFieldAtIndex(idx + 1, name,
  787                     return_compiler_type.GetFieldAtIndex(idx - 1, name,
  841             &thread, return_compiler_type, ConstString(""), return_ext);
  859           &thread, "", Address(storage_addr, nullptr), return_compiler_type);