LLVM 22.0.0git
BPFTargetLoweringObjectFile.h
Go to the documentation of this file.
1//===============- BPFTargetLoweringObjectFile.h -*- 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_BPF_BPFTARGETLOWERINGOBJECTFILE
10#define LLVM_LIB_TARGET_BPF_BPFTARGETLOWERINGOBJECTFILE
11
14
15namespace llvm {
17
18public:
19 virtual MCSection *
21 const MachineJumpTableEntry *JTE) const override;
22};
23} // namespace llvm
24
25#endif // LLVM_LIB_TARGET_BPF_BPFTARGETLOWERINGOBJECTFILE
#define F(x, y, z)
Definition MD5.cpp:55
virtual MCSection * getSectionForJumpTable(const Function &F, const TargetMachine &TM, const MachineJumpTableEntry *JTE) const override
Instances of this class represent a uniqued identifier for a section in the current translation unit.
Definition MCSection.h:521
Primary interface to the complete machine description for the target machine.
This is an optimization pass for GlobalISel generic memory operations.
MachineJumpTableEntry - One jump table in the jump table info.