LLVM
22.0.0git
lib
Target
BPF
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
12
#include "
llvm/CodeGen/TargetLoweringObjectFileImpl.h
"
13
#include "
llvm/Target/TargetLoweringObjectFile.h
"
14
15
namespace
llvm
{
16
class
BPFTargetLoweringObjectFileELF
:
public
TargetLoweringObjectFileELF
{
17
18
public
:
19
virtual
MCSection
*
20
getSectionForJumpTable
(
const
Function
&
F
,
const
TargetMachine
&
TM
,
21
const
MachineJumpTableEntry
*JTE)
const override
;
22
};
23
}
// namespace llvm
24
25
#endif
// LLVM_LIB_TARGET_BPF_BPFTARGETLOWERINGOBJECTFILE
F
#define F(x, y, z)
Definition
MD5.cpp:55
TargetLoweringObjectFileImpl.h
TargetLoweringObjectFile.h
llvm::BPFTargetLoweringObjectFileELF
Definition
BPFTargetLoweringObjectFile.h:16
llvm::BPFTargetLoweringObjectFileELF::getSectionForJumpTable
virtual MCSection * getSectionForJumpTable(const Function &F, const TargetMachine &TM, const MachineJumpTableEntry *JTE) const override
Definition
BPFTargetLoweringObjectFile.cpp:15
llvm::Function
Definition
Function.h:64
llvm::MCSection
Instances of this class represent a uniqued identifier for a section in the current translation unit.
Definition
MCSection.h:521
llvm::TargetLoweringObjectFileELF
Definition
TargetLoweringObjectFileImpl.h:34
llvm::TargetLoweringObjectFile::TM
const TargetMachine * TM
Definition
TargetLoweringObjectFile.h:70
llvm::TargetMachine
Primary interface to the complete machine description for the target machine.
Definition
TargetMachine.h:83
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition
AddressRanges.h:18
llvm::MachineJumpTableEntry
MachineJumpTableEntry - One jump table in the jump table info.
Definition
MachineJumpTableInfo.h:36
Generated on
for LLVM by
1.14.0