LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugLinesSubsection.h"
Public Attributes | |
support::ulittle32_t | NameIndex |
support::ulittle32_t | NumLines |
support::ulittle32_t | BlockSize |
Definition at line 40 of file DebugLinesSubsection.h.
support::ulittle32_t llvm::codeview::LineBlockFragmentHeader::BlockSize |
Definition at line 46 of file DebugLinesSubsection.h.
Referenced by llvm::codeview::DebugLinesSubsection::commit(), and llvm::codeview::LineColumnExtractor::operator()().
support::ulittle32_t llvm::codeview::LineBlockFragmentHeader::NameIndex |
Definition at line 41 of file DebugLinesSubsection.h.
Referenced by llvm::codeview::DebugLinesSubsection::commit(), and llvm::codeview::LineColumnExtractor::operator()().
support::ulittle32_t llvm::codeview::LineBlockFragmentHeader::NumLines |
Definition at line 45 of file DebugLinesSubsection.h.
Referenced by llvm::codeview::DebugLinesSubsection::commit(), and llvm::codeview::LineColumnExtractor::operator()().