LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/JITLink/JITLink.h"
#include "llvm/Option/Arg.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/StringSaver.h"
#include "llvm/TargetParser/Triple.h"
#include "COFFOptions.inc"
Go to the source code of this file.
Classes | |
class | llvm::jitlink::COFFDirectiveParser |
Parser for the MSVC specific preprocessor directives. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::jitlink |
Macros | |
#define | OPTION(...) LLVM_MAKE_OPT_ID_WITH_ID_PREFIX(COFF_OPT_, __VA_ARGS__), |
Enumerations | |
enum | { llvm::jitlink::COFF_OPT_INVALID = 0 } |
#define OPTION | ( | ... | ) | LLVM_MAKE_OPT_ID_WITH_ID_PREFIX(COFF_OPT_, __VA_ARGS__), |
Definition at line 29 of file COFFDirectiveParser.h.