LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::codeview::Compile3Sym Class Reference

#include "llvm/DebugInfo/CodeView/SymbolRecord.h"

Inheritance diagram for llvm::codeview::Compile3Sym:
Inheritance graph
[legend]
Collaboration diagram for llvm::codeview::Compile3Sym:
Collaboration graph
[legend]

Public Member Functions

 Compile3Sym ()
 
 Compile3Sym (SymbolRecordKind Kind)
 
 Compile3Sym (uint32_t RecordOffset)
 
void setLanguage (SourceLanguage Lang)
 
SourceLanguage getLanguage () const
 
CompileSym3Flags getFlags () const
 
bool hasOptimizations () const
 
- Public Member Functions inherited from llvm::codeview::SymbolRecord
SymbolRecordKind getKind () const
 

Public Attributes

CompileSym3Flags Flags
 
CPUType Machine
 
uint16_t VersionFrontendMajor
 
uint16_t VersionFrontendMinor
 
uint16_t VersionFrontendBuild
 
uint16_t VersionFrontendQFE
 
uint16_t VersionBackendMajor
 
uint16_t VersionBackendMinor
 
uint16_t VersionBackendBuild
 
uint16_t VersionBackendQFE
 
StringRef Version
 
uint32_t RecordOffset
 
- Public Attributes inherited from llvm::codeview::SymbolRecord
SymbolRecordKind Kind
 

Additional Inherited Members

- Protected Member Functions inherited from llvm::codeview::SymbolRecord
 SymbolRecord (SymbolRecordKind Kind)
 

Detailed Description

Definition at line 722 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ Compile3Sym() [1/3]

llvm::codeview::Compile3Sym::Compile3Sym ( )
inline

Definition at line 724 of file SymbolRecord.h.

◆ Compile3Sym() [2/3]

llvm::codeview::Compile3Sym::Compile3Sym ( SymbolRecordKind  Kind)
inlineexplicit

Definition at line 725 of file SymbolRecord.h.

◆ Compile3Sym() [3/3]

llvm::codeview::Compile3Sym::Compile3Sym ( uint32_t  RecordOffset)
inline

Definition at line 726 of file SymbolRecord.h.

Member Function Documentation

◆ getFlags()

CompileSym3Flags llvm::codeview::Compile3Sym::getFlags ( ) const
inline

Definition at line 749 of file SymbolRecord.h.

Referenced by getSymbolKindName().

◆ getLanguage()

SourceLanguage llvm::codeview::Compile3Sym::getLanguage ( ) const
inline

Definition at line 746 of file SymbolRecord.h.

Referenced by getSymbolKindName().

◆ hasOptimizations()

bool llvm::codeview::Compile3Sym::hasOptimizations ( ) const
inline

Definition at line 753 of file SymbolRecord.h.

References llvm::codeview::LTCG, llvm::codeview::None, and llvm::codeview::PGO.

◆ setLanguage()

void llvm::codeview::Compile3Sym::setLanguage ( SourceLanguage  Lang)
inline

Definition at line 742 of file SymbolRecord.h.

Member Data Documentation

◆ Flags

CompileSym3Flags llvm::codeview::Compile3Sym::Flags

Definition at line 730 of file SymbolRecord.h.

Referenced by llvm::codeview::SymbolRecordMapping::visitSymbolEnd().

◆ Machine

CPUType llvm::codeview::Compile3Sym::Machine

◆ RecordOffset

uint32_t llvm::codeview::Compile3Sym::RecordOffset

Definition at line 758 of file SymbolRecord.h.

◆ Version

StringRef llvm::codeview::Compile3Sym::Version

◆ VersionBackendBuild

uint16_t llvm::codeview::Compile3Sym::VersionBackendBuild

◆ VersionBackendMajor

uint16_t llvm::codeview::Compile3Sym::VersionBackendMajor

◆ VersionBackendMinor

uint16_t llvm::codeview::Compile3Sym::VersionBackendMinor

◆ VersionBackendQFE

uint16_t llvm::codeview::Compile3Sym::VersionBackendQFE

◆ VersionFrontendBuild

uint16_t llvm::codeview::Compile3Sym::VersionFrontendBuild

◆ VersionFrontendMajor

uint16_t llvm::codeview::Compile3Sym::VersionFrontendMajor

◆ VersionFrontendMinor

uint16_t llvm::codeview::Compile3Sym::VersionFrontendMinor

◆ VersionFrontendQFE

uint16_t llvm::codeview::Compile3Sym::VersionFrontendQFE

The documentation for this class was generated from the following file: