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
include
llvm
DebugInfo
PDB
PDBSymbolUnknown.h
Go to the documentation of this file.
1
//===- PDBSymbolUnknown.h - unknown symbol type -----------------*- 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_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
10
#define LLVM_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
11
12
#include "
PDBSymbol.h
"
13
14
namespace
llvm
{
15
16
namespace
pdb {
17
18
class
PDBSymbolUnknown
:
public
PDBSymbol
{
19
DECLARE_PDB_SYMBOL_CUSTOM_TYPE
(S->getSymTag() ==
PDB_SymType::None
||
20
S->getSymTag() >=
PDB_SymType::Max
)
21
22
public
:
23
void
dump
(
PDBSymDumper
&Dumper)
const override
;
24
};
25
26
}
// namespace pdb
27
}
// namespace llvm
28
29
#endif
// LLVM_DEBUGINFO_PDB_PDBSYMBOLUNKNOWN_H
PDBSymbol.h
DECLARE_PDB_SYMBOL_CUSTOM_TYPE
#define DECLARE_PDB_SYMBOL_CUSTOM_TYPE(Condition)
Definition:
PDBSymbol.h:57
llvm::pdb::PDBSymDumper
Definition:
PDBSymDumper.h:19
llvm::pdb::PDBSymbolUnknown
Definition:
PDBSymbolUnknown.h:18
llvm::pdb::PDBSymbol
PDBSymbol defines the base of the inheritance hierarchy for concrete symbol types (e....
Definition:
PDBSymbol.h:71
llvm::pdb::PDBSymbol::dump
virtual void dump(PDBSymDumper &Dumper) const =0
Dumps the contents of a symbol a raw_ostream.
llvm::pdb::PDB_SymType::Max
@ Max
llvm::pdb::PDB_SymType::None
@ None
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
Generated on Wed Apr 9 2025 08:38:21 for LLVM by
1.9.6