LLVM 17.0.0git
|
#include "llvm/TargetParser/AArch64TargetParser.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/TargetParser/ARMTargetParserCommon.h"
#include "llvm/TargetParser/Triple.h"
#include <cctype>
Go to the source code of this file.
Functions | |
static unsigned | checkArchVersion (llvm::StringRef Arch) |
|
static |
Definition at line 22 of file AArch64TargetParser.cpp.
References llvm::StringRef::size().
Referenced by llvm::AArch64::parseArch().