LLVM
8.0.1
|
#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"
Public Attributes | |
StringRef | FileName |
std::vector< SourceLineEntry > | Lines |
std::vector< SourceColumnEntry > | Columns |
Definition at line 75 of file CodeViewYAMLDebugSections.h.
std::vector<SourceColumnEntry> llvm::CodeViewYAML::SourceLineBlock::Columns |
Definition at line 78 of file CodeViewYAMLDebugSections.h.
Referenced by getFileName().
StringRef llvm::CodeViewYAML::SourceLineBlock::FileName |
Definition at line 76 of file CodeViewYAMLDebugSections.h.
Referenced by getFileName().
std::vector<SourceLineEntry> llvm::CodeViewYAML::SourceLineBlock::Lines |
Definition at line 77 of file CodeViewYAMLDebugSections.h.
Referenced by getFileName().