llvm/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp

//===-- ARMMCAsmInfo.cpp - ARM asm properties -----------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
// This file contains the declarations of the ARMMCAsmInfo properties.
//
//===----------------------------------------------------------------------===//

#include "ARMMCAsmInfo.h"
#include "llvm/TargetParser/Triple.h"

usingnamespacellvm;

void ARMMCAsmInfoDarwin::anchor() {}

ARMMCAsmInfoDarwin::ARMMCAsmInfoDarwin(const Triple &TheTriple) {}

void ARMELFMCAsmInfo::anchor() {}

ARMELFMCAsmInfo::ARMELFMCAsmInfo(const Triple &TheTriple) {}

void ARMELFMCAsmInfo::setUseIntegratedAssembler(bool Value) {}

void ARMCOFFMCAsmInfoMicrosoft::anchor() {}

ARMCOFFMCAsmInfoMicrosoft::ARMCOFFMCAsmInfoMicrosoft() {}

void ARMCOFFMCAsmInfoGNU::anchor() {}

ARMCOFFMCAsmInfoGNU::ARMCOFFMCAsmInfoGNU() {}