LLVM 19.0.0git
Classes | Namespaces | Enumerations | Functions
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/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

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