LLVM 22.0.0git
llvm::codeview::Compile3Sym Class Reference

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

Inheritance diagram for llvm::codeview::Compile3Sym:
[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 760 of file SymbolRecord.h.

Constructor & Destructor Documentation

◆ Compile3Sym() [1/3]

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

Definition at line 762 of file SymbolRecord.h.

References Compile3Sym(), and llvm::codeview::SymbolRecord::SymbolRecord().

Referenced by Compile3Sym(), and Compile3Sym().

◆ Compile3Sym() [2/3]

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

◆ Compile3Sym() [3/3]

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

Member Function Documentation

◆ getFlags()

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

Definition at line 787 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 784 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 780 of file SymbolRecord.h.

References Flags.

Member Data Documentation

◆ Flags

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

Definition at line 768 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 796 of file SymbolRecord.h.

Referenced by Compile3Sym().

◆ Version

StringRef llvm::codeview::Compile3Sym::Version

◆ VersionBackendBuild

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

Definition at line 776 of file SymbolRecord.h.

◆ VersionBackendMajor

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

Definition at line 774 of file SymbolRecord.h.

◆ VersionBackendMinor

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

Definition at line 775 of file SymbolRecord.h.

◆ VersionBackendQFE

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

Definition at line 777 of file SymbolRecord.h.

◆ VersionFrontendBuild

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

Definition at line 772 of file SymbolRecord.h.

◆ VersionFrontendMajor

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

Definition at line 770 of file SymbolRecord.h.

◆ VersionFrontendMinor

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

Definition at line 771 of file SymbolRecord.h.

◆ VersionFrontendQFE

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

Definition at line 773 of file SymbolRecord.h.


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