Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp190 SymbolMap RuntimeInterposes; in enable() local
191 RuntimeInterposes[Mangle("__dso_handle")] = in enable()
194 RuntimeInterposes[Mangle("__cxa_atexit")] = in enable()
198 return JD.define(absoluteSymbols(std::move(RuntimeInterposes))); in enable()