LLVM
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
lib
Target
Xtensa
MCTargetDesc
XtensaFixupKinds.h
Go to the documentation of this file.
1
//===-- XtensaMCFixups.h - Xtensa-specific fixup entries --------*- C++ -*-===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
6
// See https://llvm.org/LICENSE.txt for license information.
7
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8
//
9
//===----------------------------------------------------------------------===//
10
11
#ifndef LLVM_LIB_TARGET_XTENSA_MCTARGETDESC_XTENSAMCFIXUPS_H
12
#define LLVM_LIB_TARGET_XTENSA_MCTARGETDESC_XTENSAMCFIXUPS_H
13
14
#include "
llvm/MC/MCFixup.h
"
15
16
namespace
llvm
{
17
namespace
Xtensa {
18
enum
FixupKind
{
19
fixup_xtensa_branch_6
=
FirstTargetFixupKind
,
20
fixup_xtensa_branch_8
,
21
fixup_xtensa_branch_12
,
22
fixup_xtensa_jump_18
,
23
fixup_xtensa_call_18
,
24
fixup_xtensa_l32r_16
,
25
fixup_xtensa_invalid
,
26
LastTargetFixupKind
,
27
NumTargetFixupKinds
=
LastTargetFixupKind
-
FirstTargetFixupKind
28
};
29
}
// end namespace Xtensa
30
}
// end namespace llvm
31
32
#endif
// LLVM_LIB_TARGET_XTENSA_MCTARGETDESC_XTENSAMCFIXUPS_H
MCFixup.h
llvm::Xtensa::FixupKind
FixupKind
Definition:
XtensaFixupKinds.h:18
llvm::Xtensa::fixup_xtensa_branch_12
@ fixup_xtensa_branch_12
Definition:
XtensaFixupKinds.h:21
llvm::Xtensa::fixup_xtensa_branch_8
@ fixup_xtensa_branch_8
Definition:
XtensaFixupKinds.h:20
llvm::Xtensa::fixup_xtensa_branch_6
@ fixup_xtensa_branch_6
Definition:
XtensaFixupKinds.h:19
llvm::Xtensa::fixup_xtensa_l32r_16
@ fixup_xtensa_l32r_16
Definition:
XtensaFixupKinds.h:24
llvm::Xtensa::fixup_xtensa_call_18
@ fixup_xtensa_call_18
Definition:
XtensaFixupKinds.h:23
llvm::Xtensa::fixup_xtensa_invalid
@ fixup_xtensa_invalid
Definition:
XtensaFixupKinds.h:25
llvm::Xtensa::NumTargetFixupKinds
@ NumTargetFixupKinds
Definition:
XtensaFixupKinds.h:27
llvm::Xtensa::LastTargetFixupKind
@ LastTargetFixupKind
Definition:
XtensaFixupKinds.h:26
llvm::Xtensa::fixup_xtensa_jump_18
@ fixup_xtensa_jump_18
Definition:
XtensaFixupKinds.h:22
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
llvm::FirstTargetFixupKind
@ FirstTargetFixupKind
Definition:
MCFixup.h:45
Generated on Sat Mar 29 2025 16:51:34 for LLVM by
1.9.6