LLVM
8.0.1
|
#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"
Public Attributes | |
uint32_t | RelocOffset |
uint32_t | RelocSegment |
codeview::LineFlags | Flags |
uint32_t | CodeSize |
std::vector< SourceLineBlock > | Blocks |
Definition at line 91 of file CodeViewYAMLDebugSections.h.
std::vector<SourceLineBlock> llvm::CodeViewYAML::SourceLineInfo::Blocks |
Definition at line 96 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::SourceLineInfo::CodeSize |
Definition at line 95 of file CodeViewYAMLDebugSections.h.
codeview::LineFlags llvm::CodeViewYAML::SourceLineInfo::Flags |
Definition at line 94 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::SourceLineInfo::RelocOffset |
Definition at line 92 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::SourceLineInfo::RelocSegment |
Definition at line 93 of file CodeViewYAMLDebugSections.h.