|
LLVM 24.0.0git
|
#include "llvm/MC/MCDXContainerWriter.h"#include "llvm/BinaryFormat/DXContainer.h"#include "llvm/MC/MCAssembler.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCSection.h"#include "llvm/MC/MCValue.h"#include "llvm/Support/Alignment.h"#include "llvm/Support/CommandLine.h"Go to the source code of this file.
Variables | |
| cl::opt< bool > | EmbedDebug ("dx-embed-debug", cl::desc("Embed PDB in shader container")) |
| cl::opt< bool > | StripDebug ("dx-strip-debug", cl::desc("Strip debug information from shader bytecode")) |
| cl::opt< bool > | SlimDebug ("dx-slim-debug", cl::desc("Generate slim PDB without ILDB part")) |
| cl::opt< bool > EmbedDebug("dx-embed-debug", cl::desc("Embed PDB in shader container")) | ( | "dx-embed-debug" | , |
| cl::desc("Embed PDB in shader container") | ) |
Referenced by llvm::DXContainerObjectWriter::shouldSkipSection().
| cl::opt< bool > SlimDebug("dx-slim-debug", cl::desc("Generate slim PDB without ILDB part")) | ( | "dx-slim-debug" | , |
| cl::desc("Generate slim PDB without ILDB part") | ) |
Referenced by llvm::MCDXContainerBaseWriter::shouldSkipSection().