LLVM 23.0.0git
llvm::AMDGPU::InfoSectionData Struct Reference

#include "Target/AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h"

Public Attributes

SmallVector< FuncInfo, 8 > Funcs
SmallVector< std::pair< MCSymbol *, MCSymbol * >, 4 > Uses
SmallVector< std::pair< MCSymbol *, MCSymbol * >, 8 > Calls
SmallVector< std::pair< MCSymbol *, std::string >, 4 > IndirectCalls
SmallVector< std::pair< MCSymbol *, std::string >, 4 > TypeIds

Detailed Description

Definition at line 45 of file AMDGPUTargetStreamer.h.

Member Data Documentation

◆ Calls

SmallVector<std::pair<MCSymbol *, MCSymbol *>, 8> llvm::AMDGPU::InfoSectionData::Calls

Definition at line 48 of file AMDGPUTargetStreamer.h.

◆ Funcs

SmallVector<FuncInfo, 8> llvm::AMDGPU::InfoSectionData::Funcs

Definition at line 46 of file AMDGPUTargetStreamer.h.

◆ IndirectCalls

SmallVector<std::pair<MCSymbol *, std::string>, 4> llvm::AMDGPU::InfoSectionData::IndirectCalls

Definition at line 49 of file AMDGPUTargetStreamer.h.

◆ TypeIds

SmallVector<std::pair<MCSymbol *, std::string>, 4> llvm::AMDGPU::InfoSectionData::TypeIds

Definition at line 50 of file AMDGPUTargetStreamer.h.

◆ Uses

SmallVector<std::pair<MCSymbol *, MCSymbol *>, 4> llvm::AMDGPU::InfoSectionData::Uses

Definition at line 47 of file AMDGPUTargetStreamer.h.


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