LLVM 19.0.0git
XCoreTargetStreamer.h
Go to the documentation of this file.
1//===-- XCoreTargetStreamer.h - XCore 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_XCORE_XCORETARGETSTREAMER_H
10#define LLVM_LIB_TARGET_XCORE_XCORETARGETSTREAMER_H
11
12#include "llvm/MC/MCStreamer.h"
13
14namespace llvm {
16public:
19 virtual void emitCCTopData(StringRef Name){};
23};
24}
25
26#endif
std::string Name
Streaming machine code generation interface.
Definition: MCStreamer.h:212
Target specific streamer interface.
Definition: MCStreamer.h:93
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:50
virtual void emitCCTopFunction(StringRef Name)
virtual void emitCCBottomFunction(StringRef Name)
virtual void emitCCTopData(StringRef Name)
virtual void emitCCBottomData(StringRef Name)
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18