LLVM
8.0.1
|
#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"
Public Attributes | |
uint32_t | Offset |
uint32_t | LineStart |
uint32_t | EndDelta |
bool | IsStatement |
Definition at line 63 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::SourceLineEntry::EndDelta |
Definition at line 66 of file CodeViewYAMLDebugSections.h.
Referenced by getFileName().
bool llvm::CodeViewYAML::SourceLineEntry::IsStatement |
Definition at line 67 of file CodeViewYAMLDebugSections.h.
Referenced by getFileName().
uint32_t llvm::CodeViewYAML::SourceLineEntry::LineStart |
Definition at line 65 of file CodeViewYAMLDebugSections.h.
Referenced by getFileName().
uint32_t llvm::CodeViewYAML::SourceLineEntry::Offset |
Definition at line 64 of file CodeViewYAMLDebugSections.h.
Referenced by getFileName().