LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::jitlink::SectionRangeSymbolDesc Struct Reference

#include "ExecutionEngine/JITLink/DefineExternalSectionStartAndEndSymbols.h"

Public Member Functions

 SectionRangeSymbolDesc ()=default
 
 SectionRangeSymbolDesc (Section &Sec, bool IsStart)
 

Public Attributes

SectionSec = nullptr
 
bool IsStart = false
 

Detailed Description

Definition at line 26 of file DefineExternalSectionStartAndEndSymbols.h.

Constructor & Destructor Documentation

◆ SectionRangeSymbolDesc() [1/2]

llvm::jitlink::SectionRangeSymbolDesc::SectionRangeSymbolDesc ( )
default

◆ SectionRangeSymbolDesc() [2/2]

llvm::jitlink::SectionRangeSymbolDesc::SectionRangeSymbolDesc ( Section Sec,
bool  IsStart 
)
inline

Definition at line 28 of file DefineExternalSectionStartAndEndSymbols.h.

Member Data Documentation

◆ IsStart

bool llvm::jitlink::SectionRangeSymbolDesc::IsStart = false

Definition at line 31 of file DefineExternalSectionStartAndEndSymbols.h.

◆ Sec

Section* llvm::jitlink::SectionRangeSymbolDesc::Sec = nullptr

Definition at line 30 of file DefineExternalSectionStartAndEndSymbols.h.


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