LLVM 20.0.0git
|
#include "llvm/WindowsManifest/WindowsManifestMerger.h"
#include "llvm/Config/config.h"
#include "llvm/Support/MemoryBuffer.h"
Go to the source code of this file.
Classes | |
class | llvm::windows_manifest::WindowsManifestMerger::WindowsManifestMergerImpl |
Macros | |
#define | TO_XML_CHAR(X) reinterpret_cast<const unsigned char *>(X) |
#define | FROM_XML_CHAR(X) reinterpret_cast<const char *>(X) |
Definition at line 22 of file WindowsManifestMerger.cpp.