//===-- MCTargetDesc/AMDGPUMCAsmInfo.cpp - Assembly Info ------------------===// // // 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 // /// \file //===----------------------------------------------------------------------===// #include "AMDGPUMCAsmInfo.h" #include "MCTargetDesc/AMDGPUMCTargetDesc.h" #include "llvm/MC/MCSubtargetInfo.h" #include "llvm/TargetParser/Triple.h" usingnamespacellvm; AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(const Triple &TT, const MCTargetOptions &Options) { … } bool AMDGPUMCAsmInfo::shouldOmitSectionDirective(StringRef SectionName) const { … } unsigned AMDGPUMCAsmInfo::getMaxInstLength(const MCSubtargetInfo *STI) const { … }