LLVM 20.0.0git
|
#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"
Public Attributes | |
uint32_t | Inlinee |
StringRef | FileName |
uint32_t | SourceLineNum |
std::vector< StringRef > | ExtraFiles |
Definition at line 98 of file CodeViewYAMLDebugSections.h.
std::vector<StringRef> llvm::CodeViewYAML::InlineeSite::ExtraFiles |
Definition at line 102 of file CodeViewYAMLDebugSections.h.
StringRef llvm::CodeViewYAML::InlineeSite::FileName |
Definition at line 100 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::InlineeSite::Inlinee |
Definition at line 99 of file CodeViewYAMLDebugSections.h.
uint32_t llvm::CodeViewYAML::InlineeSite::SourceLineNum |
Definition at line 101 of file CodeViewYAMLDebugSections.h.