OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PDB_UdtType
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeUDT.cpp
51
if (getUdtKind() !=
PDB_UdtType
::Union)
109
PDB_UdtType
NativeTypeUDT::getUdtKind() const {
115
return
PDB_UdtType
::Class;
117
return
PDB_UdtType
::Union;
119
return
PDB_UdtType
::Struct;
121
return
PDB_UdtType
::Interface;
NativeRawSymbol.cpp
404
PDB_UdtType
NativeRawSymbol::getUdtKind() const {
405
return
PDB_UdtType
::Struct;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeTypeUDT.h
43
PDB_UdtType
getUdtKind() const override;
NativeRawSymbol.h
147
PDB_UdtType
getUdtKind() const override;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBExtras.h
37
raw_ostream &operator<<(raw_ostream &OS, const
PDB_UdtType
&Type);
IPDBRawSymbol.h
169
virtual
PDB_UdtType
getUdtKind() const = 0;
PDBTypes.h
310
enum class
PDB_UdtType
{ Struct, Class, Union, Interface };
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp
298
raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const
PDB_UdtType
&Type) {
300
CASE_OUTPUT_ENUM_CLASS_STR(
PDB_UdtType
, Class, "class", OS)
301
CASE_OUTPUT_ENUM_CLASS_STR(
PDB_UdtType
, Struct, "struct", OS)
302
CASE_OUTPUT_ENUM_CLASS_STR(
PDB_UdtType
, Interface, "interface", OS)
303
CASE_OUTPUT_ENUM_CLASS_STR(
PDB_UdtType
, Union, "union", OS)
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIARawSymbol.h
142
PDB_UdtType
getUdtKind() const override;
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp
311
RAW_METHOD_DUMP_AS(OS, udtKind,
PDB_UdtType
);
933
PDB_UdtType
DIARawSymbol::getUdtKind() const {
934
return PrivateGetDIAValue<DWORD,
PDB_UdtType
>(Symbol,
Completed in 22 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026