#include "AVR.h"
#include "clang/Basic/Builtins.h"
#include "clang/Basic/MacroBuilder.h"
#include "clang/Basic/TargetBuiltins.h"
#include "llvm/ADT/StringSwitch.h"
#include "clang/Basic/BuiltinsAVR.def"
Go to the source code of this file.
|
| namespace | clang |
| | The JSON file list parser is used to communicate input to InstallAPI.
|
| namespace | clang::targets |
◆ BUILTIN [1/2]
◆ BUILTIN [2/2]
◆ LIBBUILTIN
◆ ArchHas3BytePC()
| bool ArchHas3BytePC |
( |
StringRef | Arch | ) |
|
|
static |
◆ ArchHasELPM()
| bool ArchHasELPM |
( |
StringRef | Arch | ) |
|
|
static |
◆ ArchHasELPMX()
| bool ArchHasELPMX |
( |
StringRef | Arch | ) |
|
|
static |
◆ ArchHasJMPCALL()
| bool ArchHasJMPCALL |
( |
StringRef | Arch | ) |
|
|
static |
◆ ArchHasLPMX()
| bool ArchHasLPMX |
( |
StringRef | Arch | ) |
|
|
static |
◆ ArchHasMOVW()
| bool ArchHasMOVW |
( |
StringRef | Arch | ) |
|
|
static |
◆ ArchHasMUL()
| bool ArchHasMUL |
( |
StringRef | Arch | ) |
|
|
static |
◆ BuiltinInfos
Initial value:
#define BUILTIN
#define LIBBUILTIN
})
static constexpr std::array< Info, N > MakeInfos(std::array< Info, N > Infos)
A constexpr function to construct an infos array from X-macros.
Definition at line 30 of file AVR.cpp.
◆ BuiltinStrings
| llvm::StringTable BuiltinStrings |
|
staticconstexpr |
Initial value:=
#define BUILTIN
#define CLANG_BUILTIN_STR_TABLE_START
Definition at line 24 of file AVR.cpp.
◆ NumBuiltins
| int NumBuiltins = AVR::LastTSBuiltin - Builtin::FirstTSBuiltin |
|
staticconstexpr |