LLVM 20.0.0git
|
Go to the source code of this file.
Classes | |
class | COFFOptTable |
Macros | |
#define | DEBUG_TYPE "jitlink" |
#define | OPTTABLE_STR_TABLE_CODE |
#define | OPTTABLE_PREFIXES_TABLE_CODE |
#define | OPTTABLE_PREFIXES_UNION_CODE |
#define | OPTION(...) LLVM_CONSTRUCT_OPT_INFO_WITH_ID_PREFIX(COFF_OPT_, __VA_ARGS__), |
Variables | |
static constexpr opt::OptTable::Info | infoTable [] |
static COFFOptTable | optTable |
#define DEBUG_TYPE "jitlink" |
Definition at line 20 of file COFFDirectiveParser.cpp.
#define OPTION | ( | ... | ) | LLVM_CONSTRUCT_OPT_INFO_WITH_ID_PREFIX(COFF_OPT_, __VA_ARGS__), |
#define OPTTABLE_PREFIXES_TABLE_CODE |
Definition at line 26 of file COFFDirectiveParser.cpp.
#define OPTTABLE_PREFIXES_UNION_CODE |
Definition at line 30 of file COFFDirectiveParser.cpp.
#define OPTTABLE_STR_TABLE_CODE |
Definition at line 22 of file COFFDirectiveParser.cpp.
|
staticconstexpr |
Definition at line 36 of file COFFDirectiveParser.cpp.
|
static |
Definition at line 50 of file COFFDirectiveParser.cpp.
Referenced by llvm::jitlink::COFFDirectiveParser::parse().