LLVM 23.0.0git
llvm::offloading::sycl::SymbolTableEntry Struct Reference

#include "llvm/Frontend/Offloading/Utility.h"

Public Attributes

uint32_t OffsetToSymbol
 Byte offset from blob start to the symbol name.
uint32_t SymbolSize
 Length of the symbol name in bytes, excluding the null terminator.

Detailed Description

Definition at line 198 of file Utility.h.

Member Data Documentation

◆ OffsetToSymbol

uint32_t llvm::offloading::sycl::SymbolTableEntry::OffsetToSymbol

Byte offset from blob start to the symbol name.

Definition at line 199 of file Utility.h.

◆ SymbolSize

uint32_t llvm::offloading::sycl::SymbolTableEntry::SymbolSize

Length of the symbol name in bytes, excluding the null terminator.

Definition at line 200 of file Utility.h.


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