struct SectionRangeSymbolDesc

Declaration

struct SectionRangeSymbolDesc { /* full declaration omitted */ };

Declared at: llvm/lib/ExecutionEngine/JITLink/DefineExternalSectionStartAndEndSymbols.h:26

Member Variables

public llvm::jitlink::Section* Sec = nullptr
public bool IsStart = false

Method Overview

Methods

SectionRangeSymbolDesc()

Declared at: llvm/lib/ExecutionEngine/JITLink/DefineExternalSectionStartAndEndSymbols.h:27

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

Declared at: llvm/lib/ExecutionEngine/JITLink/DefineExternalSectionStartAndEndSymbols.h:28

Parameters

llvm::jitlink::Section& Sec
bool IsStart