LLVM 20.0.0git
|
#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"
Public Attributes | |
uint32_t | Offset |
uint32_t | LineStart |
uint32_t | EndDelta |
bool | IsStatement |
Definition at line 62 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::SourceLineEntry::EndDelta |
Definition at line 65 of file CodeViewYAMLDebugSections.h.
bool llvm::CodeViewYAML::SourceLineEntry::IsStatement |
Definition at line 66 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::SourceLineEntry::LineStart |
Definition at line 64 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::SourceLineEntry::Offset |
Definition at line 63 of file CodeViewYAMLDebugSections.h.