LLVM 20.0.0git
|
#include "llvm/MC/MCObjectWriter.h"
#include "llvm/MC/MCValue.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/raw_ostream.h"
#include <memory>
Go to the source code of this file.
Classes | |
class | llvm::MCSPIRVObjectTargetWriter |
class | llvm::SPIRVObjectWriter |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
std::unique_ptr< MCObjectWriter > | llvm::createSPIRVObjectWriter (std::unique_ptr< MCSPIRVObjectTargetWriter > MOTW, raw_pwrite_stream &OS) |
Construct a new SPIR-V writer instance. | |