Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp122 Constant *DsoHandle = M.getNamedValue("__dso_handle"); in runOnModule() local
123 if (!DsoHandle) { in runOnModule()
130 DsoHandle = Handle; in runOnModule()
170 Value *Args[] = { CallDtors, Null, DsoHandle }; in runOnModule()