|
LLVM 23.0.0git
|
#include "llvm/ObjectYAML/DWARFYAML.h"
Public Attributes | |
| dwarf::DwarfFormat | Format |
| std::optional< uint64_t > | Length |
| uint16_t | Version |
| uint8_t | AddressSize |
| uint8_t | SegmentSelectorSize |
| std::optional< uint64_t > | PrologueLength |
| uint8_t | MinInstLength |
| uint8_t | MaxOpsPerInst |
| uint8_t | DefaultIsStmt |
| uint8_t | LineBase |
| uint8_t | LineRange |
| std::optional< uint8_t > | OpcodeBase |
| std::optional< std::vector< uint8_t > > | StandardOpcodeLengths |
| std::vector< StringRef > | IncludeDirs |
| std::vector< File > | Files |
| uint8_t | DirectoryEntryFormatCount |
| std::vector< LnctForm > | DirectoryEntryFormat |
| uint64_t | DirectoriesCount |
| std::vector< std::vector< FormValue > > | Directories |
| uint8_t | FileNameEntryFormatCount |
| std::vector< LnctForm > | FileNameEntryFormat |
| uint64_t | FileNamesCount |
| std::vector< std::vector< FormValue > > | FileNames |
| std::vector< LineTableOpcode > | Opcodes |
Definition at line 170 of file DWARFYAML.h.
| uint8_t llvm::DWARFYAML::LineTable::AddressSize |
Definition at line 174 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| uint8_t llvm::DWARFYAML::LineTable::DefaultIsStmt |
Definition at line 179 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| std::vector<std::vector<FormValue> > llvm::DWARFYAML::LineTable::Directories |
Definition at line 193 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| uint64_t llvm::DWARFYAML::LineTable::DirectoriesCount |
Definition at line 192 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| std::vector<LnctForm> llvm::DWARFYAML::LineTable::DirectoryEntryFormat |
Definition at line 191 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| uint8_t llvm::DWARFYAML::LineTable::DirectoryEntryFormatCount |
Definition at line 190 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| std::vector<LnctForm> llvm::DWARFYAML::LineTable::FileNameEntryFormat |
Definition at line 195 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| uint8_t llvm::DWARFYAML::LineTable::FileNameEntryFormatCount |
Definition at line 194 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| std::vector<std::vector<FormValue> > llvm::DWARFYAML::LineTable::FileNames |
Definition at line 197 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| uint64_t llvm::DWARFYAML::LineTable::FileNamesCount |
Definition at line 196 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| std::vector<File> llvm::DWARFYAML::LineTable::Files |
Definition at line 187 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| dwarf::DwarfFormat llvm::DWARFYAML::LineTable::Format |
Definition at line 171 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| std::vector<StringRef> llvm::DWARFYAML::LineTable::IncludeDirs |
Definition at line 186 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| std::optional<uint64_t> llvm::DWARFYAML::LineTable::Length |
Definition at line 172 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| uint8_t llvm::DWARFYAML::LineTable::LineBase |
Definition at line 180 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| uint8_t llvm::DWARFYAML::LineTable::LineRange |
Definition at line 181 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| uint8_t llvm::DWARFYAML::LineTable::MaxOpsPerInst |
Definition at line 178 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| uint8_t llvm::DWARFYAML::LineTable::MinInstLength |
Definition at line 177 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| std::optional<uint8_t> llvm::DWARFYAML::LineTable::OpcodeBase |
Definition at line 182 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| std::vector<LineTableOpcode> llvm::DWARFYAML::LineTable::Opcodes |
Definition at line 199 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| std::optional<uint64_t> llvm::DWARFYAML::LineTable::PrologueLength |
Definition at line 176 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| uint8_t llvm::DWARFYAML::LineTable::SegmentSelectorSize |
Definition at line 175 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| std::optional<std::vector<uint8_t> > llvm::DWARFYAML::LineTable::StandardOpcodeLengths |
Definition at line 183 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().
| uint16_t llvm::DWARFYAML::LineTable::Version |
Definition at line 173 of file DWARFYAML.h.
Referenced by llvm::DWARFYAML::emitDebugLine().