Lines Matching defs:TargetInfo
1 //===--- TargetInfo.cpp - Information about Target machine ----------------===//
9 // This file implements the TargetInfo interface.
13 #include "clang/Basic/TargetInfo.h"
53 // TargetInfo Constructor.
54 TargetInfo::TargetInfo(const llvm::Triple &T) : Triple(T) {
187 // Out of line virtual dtor for TargetInfo.
188 TargetInfo::~TargetInfo() {}
190 void TargetInfo::resetDataLayout(StringRef DL, const char *ULP) {
196 TargetInfo::checkCFProtectionBranchSupported(DiagnosticsEngine &Diags) const {
202 TargetInfo::checkCFProtectionReturnSupported(DiagnosticsEngine &Diags) const {
209 const char *TargetInfo::getTypeName(IntType T) {
227 const char *TargetInfo::getTypeConstantSuffix(IntType T) const {
252 const char *TargetInfo::getTypeFormatModifier(IntType T) {
270 unsigned TargetInfo::getTypeWidth(IntType T) const {
286 TargetInfo::IntType TargetInfo::getIntTypeByWidth(
301 TargetInfo::IntType TargetInfo::getLeastIntTypeByWidth(unsigned BitWidth,
316 FloatModeKind TargetInfo::getRealTypeByWidth(unsigned BitWidth,
352 unsigned TargetInfo::getTypeAlign(IntType T) const {
370 bool TargetInfo::isTypeSigned(IntType T) {
392 void TargetInfo::adjust(DiagnosticsEngine &Diags, LangOptions &Opts) {
532 bool TargetInfo::initFeatureMap(
548 ParsedTargetAttr TargetInfo::parseTargetAttr(StringRef Features) const {
592 TargetInfo::CallingConvKind
593 TargetInfo::getCallingConvKind(bool ClangABICompat4) const {
600 bool TargetInfo::areDefaultedSMFStillPOD(const LangOptions &LangOpts) const {
604 LangAS TargetInfo::getOpenCLTypeAddrSpace(OpenCLTypeKind TK) const {
631 bool TargetInfo::isValidClobber(StringRef Name) const {
639 bool TargetInfo::isValidGCCRegisterName(StringRef Name) const {
684 StringRef TargetInfo::getNormalizedGCCRegisterName(StringRef Name,
725 bool TargetInfo::validateOutputConstraint(ConstraintInfo &Info) const {
799 bool TargetInfo::resolveSymbolicName(const char *&Name,
822 bool TargetInfo::validateInputConstraint(
939 bool TargetInfo::validatePointerAuthKey(const llvm::APSInt &value) const {
943 void TargetInfo::CheckFixedPointBits() const {
1003 void TargetInfo::copyAuxTarget(const TargetInfo *Aux) {