Home
last modified time | relevance | path

Searched refs:RuntimeInterposes (Results 1 – 2 of 2) 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()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DExecutionUtils.cpp186 SymbolMap RuntimeInterposes; in enable() local
187 RuntimeInterposes[Mangle("__dso_handle")] = in enable()
190 RuntimeInterposes[Mangle("__cxa_atexit")] = in enable()
194 return JD.define(absoluteSymbols(std::move(RuntimeInterposes))); in enable()