ΒΆLLVMOrcSymbolStringPoolRef
LLVMOrcExecutionSessionGetSymbolStringPool(
    LLVMOrcExecutionSessionRef ES)

Description

Return a reference to the SymbolStringPool for an ExecutionSession. Ownership of the pool remains with the ExecutionSession: The caller is not required to free the pool.

Declared at: llvm/include/llvm-c/Orc.h:493

Parameters

LLVMOrcExecutionSessionRef ES