LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/SymbolRecord.h"
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) | |
Definition at line 748 of file SymbolRecord.h.
|
inline |
Definition at line 750 of file SymbolRecord.h.
|
inlineexplicit |
Definition at line 751 of file SymbolRecord.h.
|
inlineexplicit |
Definition at line 752 of file SymbolRecord.h.
|
inline |
Definition at line 775 of file SymbolRecord.h.
References Flags.
Referenced by hasOptimizations(), and llvm::logicalview::LVSymbolVisitor::visitKnownRecord().
|
inline |
Definition at line 772 of file SymbolRecord.h.
References Flags.
Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().
|
inline |
Definition at line 779 of file SymbolRecord.h.
References getFlags(), llvm::codeview::LTCG, llvm::codeview::None, and llvm::codeview::PGO.
|
inline |
Definition at line 768 of file SymbolRecord.h.
References Flags.
CompileSym3Flags llvm::codeview::Compile3Sym::Flags = CompileSym3Flags::None |
Definition at line 756 of file SymbolRecord.h.
Referenced by getFlags(), getLanguage(), and setLanguage().
CPUType llvm::codeview::Compile3Sym::Machine |
Definition at line 757 of file SymbolRecord.h.
Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().
uint32_t llvm::codeview::Compile3Sym::RecordOffset = 0 |
Definition at line 784 of file SymbolRecord.h.
StringRef llvm::codeview::Compile3Sym::Version |
Definition at line 766 of file SymbolRecord.h.
Referenced by llvm::logicalview::LVSymbolVisitor::visitKnownRecord().
uint16_t llvm::codeview::Compile3Sym::VersionBackendBuild = 0 |
Definition at line 764 of file SymbolRecord.h.
uint16_t llvm::codeview::Compile3Sym::VersionBackendMajor = 0 |
Definition at line 762 of file SymbolRecord.h.
uint16_t llvm::codeview::Compile3Sym::VersionBackendMinor = 0 |
Definition at line 763 of file SymbolRecord.h.
uint16_t llvm::codeview::Compile3Sym::VersionBackendQFE = 0 |
Definition at line 765 of file SymbolRecord.h.
uint16_t llvm::codeview::Compile3Sym::VersionFrontendBuild = 0 |
Definition at line 760 of file SymbolRecord.h.
uint16_t llvm::codeview::Compile3Sym::VersionFrontendMajor = 0 |
Definition at line 758 of file SymbolRecord.h.
uint16_t llvm::codeview::Compile3Sym::VersionFrontendMinor = 0 |
Definition at line 759 of file SymbolRecord.h.
uint16_t llvm::codeview::Compile3Sym::VersionFrontendQFE = 0 |
Definition at line 761 of file SymbolRecord.h.