13#ifndef LLVM_CLANG_LIB_BASIC_TARGETS_LE64_H
14#define LLVM_CLANG_LIB_BASIC_TARGETS_LE64_H
18#include "llvm/Support/Compiler.h"
19#include "llvm/TargetParser/Triple.h"
30 LongWidth = LongAlign = PointerWidth = PointerAlign = 64;
31 MaxAtomicPromoteWidth = MaxAtomicInlineWidth = 64;
32 resetDataLayout(
"e-m:e-v128:32-v16:16-v32:32-v96:32-n8:16:32:64-S128");
41 return TargetInfo::PNaClABIBuiltinVaList;
Defines the clang::TargetOptions class.
Keeps track of the various options that can be enabled, which controls the dialect of C or C++ that i...
Exposes information about the current target.
BuiltinVaListKind
The different kinds of __builtin_va_list types defined by the target implementation.
Options for controlling the target.
Le64TargetInfo(const llvm::Triple &Triple, const TargetOptions &)
ArrayRef< const char * > getGCCRegNames() const override
const char * getClobbers() const override
Returns a string of target-specific clobbers, in LLVM format.
ArrayRef< TargetInfo::GCCRegAlias > getGCCRegAliases() const override
bool validateAsmConstraint(const char *&Name, TargetInfo::ConstraintInfo &Info) const override
BuiltinVaListKind getBuiltinVaListKind() const override
Returns the kind of __builtin_va_list type that should be used with this target.
bool hasProtectedVisibility() const override
Does this target support "protected" visibility?
Defines the clang::TargetInfo interface.