Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp143 SymbolMap StdInterposes; in GenericLLVMIRPlatformSupport() local
145 StdInterposes[J.mangleAndIntern("__lljit.platform_support_instance")] = { in GenericLLVMIRPlatformSupport()
147 StdInterposes[J.mangleAndIntern("__lljit.cxa_atexit_helper")] = { in GenericLLVMIRPlatformSupport()
150 cantFail(PlatformJD.define(absoluteSymbols(std::move(StdInterposes)))); in GenericLLVMIRPlatformSupport()