LLVM 23.0.0git
llvm::mcdxbc::SourceInfo::SourceContents::Entry Struct Reference

#include "llvm/MC/DXContainerInfo.h"

Public Member Functions

void compute ()
 Compute Parameters based on FileContent.

Public Attributes

dxbc::SourceInfo::Contents::Entry Parameters
std::string FileContent

Detailed Description

Definition at line 57 of file DXContainerInfo.h.

Member Function Documentation

◆ compute()

void SourceInfo::SourceContents::Entry::compute ( )

Compute Parameters based on FileContent.

Definition at line 109 of file DXContainerInfo.cpp.

References align(), FileContent, and Parameters.

Referenced by llvm::mcdxbc::SourceInfoBuilder::computeEntries().

Member Data Documentation

◆ FileContent

std::string llvm::mcdxbc::SourceInfo::SourceContents::Entry::FileContent

Definition at line 59 of file DXContainerInfo.h.

Referenced by compute(), and llvm::mcdxbc::SourceInfoBuilder::computeEntries().

◆ Parameters

dxbc::SourceInfo::Contents::Entry llvm::mcdxbc::SourceInfo::SourceContents::Entry::Parameters

Definition at line 58 of file DXContainerInfo.h.

Referenced by compute(), and llvm::mcdxbc::SourceInfoBuilder::computeEntries().


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