LLVM 19.0.0git
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]

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 = CompileSym3Flags::None
 
CPUType Machine
 
uint16_t VersionFrontendMajor = 0
 
uint16_t VersionFrontendMinor = 0
 
uint16_t VersionFrontendBuild = 0
 
uint16_t VersionFrontendQFE = 0
 
uint16_t VersionBackendMajor = 0
 
uint16_t VersionBackendMinor = 0
 
uint16_t VersionBackendBuild = 0
 
uint16_t VersionBackendQFE = 0
 
StringRef Version
 
uint32_t RecordOffset = 0
 
- 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 748 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ Compile3Sym() [1/3]

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

Definition at line 750 of file SymbolRecord.h.

◆ Compile3Sym() [2/3]

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

Definition at line 751 of file SymbolRecord.h.

◆ Compile3Sym() [3/3]

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

Definition at line 752 of file SymbolRecord.h.

Member Function Documentation

◆ getFlags()

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

Definition at line 775 of file SymbolRecord.h.

References Flags.

Referenced by hasOptimizations(), and llvm::logicalview::LVSymbolVisitor::visitKnownRecord().

◆ getLanguage()

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

Definition at line 772 of file SymbolRecord.h.

References Flags.

Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().

◆ hasOptimizations()

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

◆ setLanguage()

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

Definition at line 768 of file SymbolRecord.h.

References Flags.

Member Data Documentation

◆ Flags

CompileSym3Flags llvm::codeview::Compile3Sym::Flags = CompileSym3Flags::None

Definition at line 756 of file SymbolRecord.h.

Referenced by getFlags(), getLanguage(), and setLanguage().

◆ Machine

CPUType llvm::codeview::Compile3Sym::Machine

◆ RecordOffset

uint32_t llvm::codeview::Compile3Sym::RecordOffset = 0

Definition at line 784 of file SymbolRecord.h.

◆ Version

StringRef llvm::codeview::Compile3Sym::Version

◆ VersionBackendBuild

uint16_t llvm::codeview::Compile3Sym::VersionBackendBuild = 0

Definition at line 764 of file SymbolRecord.h.

◆ VersionBackendMajor

uint16_t llvm::codeview::Compile3Sym::VersionBackendMajor = 0

Definition at line 762 of file SymbolRecord.h.

◆ VersionBackendMinor

uint16_t llvm::codeview::Compile3Sym::VersionBackendMinor = 0

Definition at line 763 of file SymbolRecord.h.

◆ VersionBackendQFE

uint16_t llvm::codeview::Compile3Sym::VersionBackendQFE = 0

Definition at line 765 of file SymbolRecord.h.

◆ VersionFrontendBuild

uint16_t llvm::codeview::Compile3Sym::VersionFrontendBuild = 0

Definition at line 760 of file SymbolRecord.h.

◆ VersionFrontendMajor

uint16_t llvm::codeview::Compile3Sym::VersionFrontendMajor = 0

Definition at line 758 of file SymbolRecord.h.

◆ VersionFrontendMinor

uint16_t llvm::codeview::Compile3Sym::VersionFrontendMinor = 0

Definition at line 759 of file SymbolRecord.h.

◆ VersionFrontendQFE

uint16_t llvm::codeview::Compile3Sym::VersionFrontendQFE = 0

Definition at line 761 of file SymbolRecord.h.


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