|
LLVM 22.0.0git
|
#include "llvm/CodeGen/CommandFlags.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/Statistic.h"#include "llvm/ADT/StringExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Intrinsics.h"#include "llvm/IR/Module.h"#include "llvm/MC/MCTargetOptionsCommandFlags.h"#include "llvm/MC/TargetRegistry.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/FileSystem.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/Path.h"#include "llvm/Support/WithColor.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetMachine.h"#include "llvm/TargetParser/Host.h"#include "llvm/TargetParser/SubtargetFeature.h"#include "llvm/TargetParser/Triple.h"#include <cassert>#include <memory>#include <optional>#include <system_error>Go to the source code of this file.
Macros | |
| #define | CGOPT(TY, NAME) |
| #define | CGLIST(TY, NAME) |
| #define | CGOPT_EXP(TY, NAME) |
| #define | CGBINDOPT(NAME) |
| #define | HANDLE_BOOL_ATTR(CL, AttrName) |
| #define CGBINDOPT | ( | NAME | ) |
Definition at line 125 of file CommandFlags.cpp.
Referenced by llvm::codegen::RegisterCodeGenFlags::RegisterCodeGenFlags(), and llvm::codegen::RegisterSaveStatsFlag::RegisterSaveStatsFlag().
| #define CGLIST | ( | TY, | |
| NAME ) |
Definition at line 49 of file CommandFlags.cpp.
| #define CGOPT | ( | TY, | |
| NAME ) |
Definition at line 42 of file CommandFlags.cpp.
| #define CGOPT_EXP | ( | TY, | |
| NAME ) |
Definition at line 57 of file CommandFlags.cpp.
| #define HANDLE_BOOL_ATTR | ( | CL, | |
| AttrName ) |
Definition at line 683 of file CommandFlags.cpp.
Referenced by llvm::codegen::setFunctionAttributes().