LLVM 22.0.0git
MachOUniversalWriter.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include "llvm/BinaryFormat/MachO.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Error.h"
#include <cstdint>
#include <string>

Go to the source code of this file.

Classes

class  llvm::object::Slice

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::object

Enumerations

enum class  llvm::object::FatHeaderType { llvm::object::FatHeader , llvm::object::Fat64Header }

Functions

LLVM_ABI Error llvm::object::writeUniversalBinary (ArrayRef< Slice > Slices, StringRef OutputFileName, FatHeaderType FatHeader=FatHeaderType::FatHeader)
LLVM_ABI Error llvm::object::writeUniversalBinaryToStream (ArrayRef< Slice > Slices, raw_ostream &Out, FatHeaderType FatHeader=FatHeaderType::FatHeader)