LLVM 17.0.0git
Public Attributes | List of all members
llvm::CompileUnitIdentifiers Struct Reference

#include "llvm/DWP/DWP.h"

Public Attributes

uint64_t Signature = 0
 
const charName = ""
 
const charDWOName = ""
 

Detailed Description

Definition at line 57 of file DWP.h.

Member Data Documentation

◆ DWOName

const char* llvm::CompileUnitIdentifiers::DWOName = ""

Definition at line 60 of file DWP.h.

◆ Name

const char* llvm::CompileUnitIdentifiers::Name = ""

Definition at line 59 of file DWP.h.

◆ Signature

uint64_t llvm::CompileUnitIdentifiers::Signature = 0

Definition at line 58 of file DWP.h.


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