Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp161 SymbolMap PerJDInterposes; in setupJITDylib() local
162 PerJDInterposes[J.mangleAndIntern("__lljit.run_atexits_helper")] = { in setupJITDylib()
164 PerJDInterposes[J.mangleAndIntern("__lljit.atexit_helper")] = { in setupJITDylib()
166 cantFail(JD.define(absoluteSymbols(std::move(PerJDInterposes)))); in setupJITDylib()