Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp135 SymbolMap StdInterposes; in GenericLLVMIRPlatformSupport() local
137 StdInterposes[J.mangleAndIntern("__lljit.platform_support_instance")] = in GenericLLVMIRPlatformSupport()
140 StdInterposes[J.mangleAndIntern("__lljit.cxa_atexit_helper")] = in GenericLLVMIRPlatformSupport()
145 J.getMainJITDylib().define(absoluteSymbols(std::move(StdInterposes)))); in GenericLLVMIRPlatformSupport()