ΒΆLLVMOrcSymbolStringPoolEntryRef
LLVMOrcLLJITMangleAndIntern(
    LLVMOrcLLJITRef J,
    const char* UnmangledName)

Description

Mangles the given string according to the LLJIT instance's DataLayout, then interns the result in the SymbolStringPool and returns a reference to the pool entry. Clients should call LLVMOrcReleaseSymbolStringPoolEntry to decrement the ref-count on the pool entry once they are finished with this value.

Declared at: llvm/include/llvm-c/LLJIT.h:159

Parameters

LLVMOrcLLJITRef J
const char* UnmangledName