Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp188 SymbolMap RuntimeInterposes; in enable() local
189 RuntimeInterposes[Mangle("__dso_handle")] = in enable()
192 RuntimeInterposes[Mangle("__cxa_atexit")] = in enable()
196 return JD.define(absoluteSymbols(std::move(RuntimeInterposes))); in enable()