enum class Scope

Description

Defines the scope in which this symbol should be visible: Default -- Visible in the public interface of the linkage unit. Hidden -- Visible within the linkage unit, but not exported from it. Local -- Visible only within the LinkGraph.

Declared at: llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h:376

Enumerators

NameValueComment
Default0
Hidden1
Local2