Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp119 Constant *DsoHandle = M.getNamedValue("__dso_handle"); in runOnModule() local
120 if (!DsoHandle) { in runOnModule()
126 DsoHandle = Handle; in runOnModule()
166 Value *Args[] = {CallDtors, Null, DsoHandle}; in runOnModule()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp130 Constant *DsoHandle = M.getNamedValue("__dso_handle"); in runOnModule() local
131 if (!DsoHandle) { in runOnModule()
137 DsoHandle = Handle; in runOnModule()
184 Value *Args[] = {CallDtors, Null, DsoHandle}; in runOnModule()