mini-llvm 0.1.0
Loading...
Searching...
No Matches
RISCVFallthrough.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2
3#pragma once
4
8
9namespace mini_llvm::mc {
10
12public:
13 bool runOnGlobalValue(GlobalValue &G) override;
14};
15
16} // namespace mini_llvm::mc
#define MINI_LLVM_EXPORT
Definition Compiler.h:17
Definition GlobalValueTransform.h:12
Definition GlobalValue.h:21
Definition RISCVFallthrough.h:11
bool runOnGlobalValue(GlobalValue &G) override
Definition Directive.h:8