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
  772   if (!return_compiler_type)
  776   return_valobj_sp = GetReturnValueObjectSimple(thread, return_compiler_type);
  784   llvm::Optional<uint64_t> bit_width = return_compiler_type.GetBitSize(&thread);
  787   if (return_compiler_type.IsAggregateType()) {
  792     if (return_compiler_type.GetTypeSystem()->CanPassInRegisters(
  793           return_compiler_type) &&
  795       FlattenAggregateType(thread, exe_ctx, return_compiler_type,
  978             &thread, return_compiler_type, ConstString(""), return_ext);
  996           &thread, "", Address(storage_addr, nullptr), return_compiler_type);