LLVM 19.0.0git
LoongArchTargetStreamer.h
Go to the documentation of this file.
1//===-- LoongArchTargetStreamer.h - LoongArch Target Streamer --*- C++ -*--===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef LLVM_LIB_TARGET_LOONGARCH_MCTARGETDESC_LOONGARCHTARGETSTREAMER_H
10#define LLVM_LIB_TARGET_LOONGARCH_MCTARGETDESC_LOONGARCHTARGETSTREAMER_H
11
12#include "LoongArch.h"
13#include "llvm/MC/MCStreamer.h"
15
16namespace llvm {
19
20public:
23 LoongArchABI::ABI getTargetABI() const { return TargetABI; }
24};
25
26} // end namespace llvm
27#endif
LoongArchABI::ABI getTargetABI() const
void setTargetABI(LoongArchABI::ABI ABI)
Streaming machine code generation interface.
Definition: MCStreamer.h:212
Target specific streamer interface.
Definition: MCStreamer.h:93
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18