LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/DebugLinesSubsection.h"
Public Attributes | |
support::ulittle32_t | RelocOffset |
support::ulittle16_t | RelocSegment |
support::ulittle16_t | Flags |
support::ulittle32_t | CodeSize |
Definition at line 32 of file DebugLinesSubsection.h.
support::ulittle32_t llvm::codeview::LineFragmentHeader::CodeSize |
Definition at line 36 of file DebugLinesSubsection.h.
support::ulittle16_t llvm::codeview::LineFragmentHeader::Flags |
Definition at line 35 of file DebugLinesSubsection.h.
Referenced by llvm::codeview::DebugLinesSubsectionRef::hasColumnInfo(), and llvm::codeview::LineColumnExtractor::operator()().
support::ulittle32_t llvm::codeview::LineFragmentHeader::RelocOffset |
Definition at line 33 of file DebugLinesSubsection.h.
support::ulittle16_t llvm::codeview::LineFragmentHeader::RelocSegment |
Definition at line 34 of file DebugLinesSubsection.h.