LLVM  8.0.1
Public Attributes | List of all members
llvm::object::Elf_CGProfile_Impl< ELFT > Struct Template Reference

#include "llvm/Object/ELFTypes.h"

Collaboration diagram for llvm::object::Elf_CGProfile_Impl< ELFT >:
Collaboration graph
[legend]

Public Attributes

Elf_Word cgp_from
 
Elf_Word cgp_to
 
Elf_Xword cgp_weight
 

Detailed Description

template<class ELFT>
struct llvm::object::Elf_CGProfile_Impl< ELFT >

Definition at line 46 of file ELFTypes.h.

Member Data Documentation

◆ cgp_from

template<class ELFT >
Elf_Word llvm::object::Elf_CGProfile_Impl< ELFT >::cgp_from

Definition at line 696 of file ELFTypes.h.

◆ cgp_to

template<class ELFT >
Elf_Word llvm::object::Elf_CGProfile_Impl< ELFT >::cgp_to

Definition at line 697 of file ELFTypes.h.

◆ cgp_weight

template<class ELFT >
Elf_Xword llvm::object::Elf_CGProfile_Impl< ELFT >::cgp_weight

Definition at line 698 of file ELFTypes.h.


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