Home
last modified time | relevance | path

Searched refs:StdInterposes (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp189 SymbolMap StdInterposes; in GenericLLVMIRPlatformSupport() local
191 StdInterposes[J.mangleAndIntern("__lljit.platform_support_instance")] = in GenericLLVMIRPlatformSupport()
194 StdInterposes[J.mangleAndIntern("__lljit.cxa_atexit_helper")] = in GenericLLVMIRPlatformSupport()
199 J.getMainJITDylib().define(absoluteSymbols(std::move(StdInterposes)))); in GenericLLVMIRPlatformSupport()