ΒΆvoid LLVMAddSymbol(const char* symbolName,
                   void* symbolValue)

Description

This functions permanently adds the symbol \p symbolName with the value \p symbolValue. These symbols are searched before any libraries.

Declared at: llvm/include/llvm-c/Support.h:64

Parameters

const char* symbolName
void* symbolValue