LLVM  8.0.1
Public Attributes | List of all members
llvm::CodeViewYAML::YAMLCrossModuleImport Struct Reference

#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"

Collaboration diagram for llvm::CodeViewYAML::YAMLCrossModuleImport:
Collaboration graph
[legend]

Public Attributes

StringRef ModuleName
 
std::vector< uint32_tImportIds
 

Detailed Description

Definition at line 58 of file CodeViewYAMLDebugSections.h.

Member Data Documentation

◆ ImportIds

std::vector<uint32_t> llvm::CodeViewYAML::YAMLCrossModuleImport::ImportIds

Definition at line 60 of file CodeViewYAMLDebugSections.h.

Referenced by getFileName().

◆ ModuleName

StringRef llvm::CodeViewYAML::YAMLCrossModuleImport::ModuleName

Definition at line 59 of file CodeViewYAMLDebugSections.h.

Referenced by getFileName().


The documentation for this struct was generated from the following file: