LLVM 19.0.0git
Macros | Functions
AArch64TargetParser.cpp File Reference
#include "llvm/TargetParser/AArch64TargetParser.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TargetParser/ARMTargetParserCommon.h"
#include "llvm/TargetParser/Triple.h"
#include <cctype>

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "target-parser"
 

Functions

static unsigned checkArchVersion (llvm::StringRef Arch)
 
const llvm::AArch64::ExtensionInfolookupExtensionByID (llvm::AArch64::ArchExtKind ExtID)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "target-parser"

Definition at line 22 of file AArch64TargetParser.cpp.

Function Documentation

◆ checkArchVersion()

static unsigned checkArchVersion ( llvm::StringRef  Arch)
static

Definition at line 26 of file AArch64TargetParser.cpp.

References llvm::StringRef::size().

Referenced by llvm::AArch64::parseArch().

◆ lookupExtensionByID()