|
LLVM 23.0.0git
|
Binary emitter for yaml to DXContainer binary. More...
#include "llvm/ADT/Sequence.h"#include "llvm/BinaryFormat/DXContainer.h"#include "llvm/MC/DXContainerInfo.h"#include "llvm/MC/DXContainerPSVInfo.h"#include "llvm/MC/DXContainerRootSignature.h"#include "llvm/ObjectYAML/DXContainerYAML.h"#include "llvm/ObjectYAML/yaml2obj.h"#include "llvm/Support/Errc.h"#include "llvm/Support/Error.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::yaml |
Functions | |
| template<typename T> | |
| static void | assign_if (T &Dst, const std::optional< T > &Src) |
| static void | assignSectionHeader (dxbc::SourceInfo::SectionHeader &Dst, const DXContainerYAML::SourceInfo::Section &Src) |
| LLVM_ABI bool | llvm::yaml::yaml2dxcontainer (DXContainerYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH) |
Binary emitter for yaml to DXContainer binary.
Definition in file DXContainerEmitter.cpp.
Definition at line 114 of file DXContainerEmitter.cpp.
References T.
Referenced by assignSectionHeader().
|
static |
Definition at line 120 of file DXContainerEmitter.cpp.
References assign_if().