ΒΆvoid addInitSymbol(
    MaterializationUnit::Interface& I,
    llvm::orc::ExecutionSession& ES,
    llvm::StringRef ObjFileName)

Description

Adds an initializer symbol to the given MU interface. The init symbol's name is guaranteed to be unique within I, and will be of the form $. <ObjFileName >.__inits. <N >, where N is some integer.

Declared at: llvm/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h:26

Parameters

MaterializationUnit::Interface& I
llvm::orc::ExecutionSession& ES
llvm::StringRef ObjFileName