//===-- OffloadDump.cpp - Offloading dumper ---------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
///
/// \file
/// This file implements the offloading-specific dumper for llvm-objdump.
///
//===----------------------------------------------------------------------===//
using namespace llvm;
using namespace llvm::object;
using namespace llvm::objdump;
/// Get the printable name of the image kind.
static StringRef
static void
static Error
/// Print the embedded offloading contents of an ObjectFile \p O.
void
/// Print the contents of an offload binary file \p OB. This may contain
/// multiple binaries stored in the same buffer.
void