LLVM
8.0.1
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
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Typedefs
a
b
c
d
e
f
g
h
i
j
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
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
y
z
+
Related Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
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
l
m
o
p
r
s
t
u
v
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
+
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
DebugInfo
PDB
PDBSymbolTypeUDT.cpp
Go to the documentation of this file.
1
//===- PDBSymbolTypeUDT.cpp - --------------------------------*- C++ -*-===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
10
#include "
llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h
"
11
12
#include "
llvm/DebugInfo/PDB/IPDBSession.h
"
13
#include "
llvm/DebugInfo/PDB/PDBSymDumper.h
"
14
#include "
llvm/DebugInfo/PDB/PDBSymbol.h
"
15
#include "
llvm/DebugInfo/PDB/PDBSymbolData.h
"
16
#include "
llvm/DebugInfo/PDB/PDBSymbolExe.h
"
17
#include "
llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h
"
18
#include "
llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h
"
19
#include "
llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h
"
20
21
#include <utility>
22
23
using namespace
llvm
;
24
using namespace
llvm::pdb
;
25
26
void
PDBSymbolTypeUDT::dump
(
PDBSymDumper
&Dumper)
const
{ Dumper.
dump
(*
this
); }
llvm
This class represents lattice values for constants.
Definition:
AllocatorList.h:24
PDBSymbol.h
PDBSymDumper.h
llvm::pdb::PDBSymbolTypeUDT::dump
void dump(PDBSymDumper &Dumper) const override
Dumps the contents of a symbol a raw_ostream.
Definition:
PDBSymbolTypeUDT.cpp:26
PDBSymbolExe.h
IPDBSession.h
llvm::pdb
Definition:
ConcreteSymbolEnumerator.h:21
PDBSymbolTypeBaseClass.h
llvm::pdb::PDBSymDumper
Definition:
PDBSymDumper.h:20
PDBSymbolTypeUDT.h
PDBSymbolTypeVTable.h
PDBSymbolData.h
llvm::pdb::PDBSymDumper::dump
virtual void dump(const PDBSymbolAnnotation &Symbol)
Definition:
PDBSymDumper.cpp:25
PDBSymbolTypeVTableShape.h
Generated on Sun Dec 20 2020 13:55:11 for LLVM by
1.8.13