|
LLVM 23.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 > 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().