ΒΆLLVMOrcSymbolStringPoolEntryRef
LLVMOrcExecutionSessionIntern(
    LLVMOrcExecutionSessionRef ES,
    const char* Name)

Description

Intern a string in the ExecutionSession's SymbolStringPool and return a reference to it. This increments the ref-count of the pool entry, and the returned value should be released once the client is done with it by calling LLVMOrReleaseSymbolStringPoolEntry. Since strings are uniqued within the SymbolStringPool LLVMOrcSymbolStringPoolEntryRefs can be compared by value to test string equality. Note that this function does not perform linker-mangling on the string.

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

Parameters

LLVMOrcExecutionSessionRef ES
const char* Name