LLVM 17.0.0git
|
#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 |
Functions | |
Error | llvm::object::writeUniversalBinary (ArrayRef< Slice > Slices, StringRef OutputFileName) |
Error | llvm::object::writeUniversalBinaryToStream (ArrayRef< Slice > Slices, raw_ostream &Out) |