LLVM 19.0.0git
Public Attributes | List of all members
LLVMOrcCSymbolFlagsMapPair Struct Reference

Represents a pair of a symbol name and LLVMJITSymbolFlags. More...

#include "llvm-c/Orc.h"

Public Attributes

LLVMOrcSymbolStringPoolEntryRef Name
 
LLVMJITSymbolFlags Flags
 

Detailed Description

Represents a pair of a symbol name and LLVMJITSymbolFlags.

Definition at line 109 of file Orc.h.

Member Data Documentation

◆ Flags

LLVMJITSymbolFlags LLVMOrcCSymbolFlagsMapPair::Flags

Definition at line 111 of file Orc.h.

◆ Name

LLVMOrcSymbolStringPoolEntryRef LLVMOrcCSymbolFlagsMapPair::Name

Definition at line 110 of file Orc.h.


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