clang 24.0.0git
Mips.cpp File Reference
#include "Mips.h"
#include "clang/Driver/CommonArgs.h"
#include "clang/Driver/Driver.h"
#include "clang/Options/Options.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Option/ArgList.h"

Go to the source code of this file.

Macros

#define RESERVE_GPR(REG)

Macro Definition Documentation

◆ RESERVE_GPR

#define RESERVE_GPR ( REG)
Value:
if (Args.hasArg(options::OPT_ffixed_##REG)) \
Features.push_back("+reserve-gpr" #REG);