Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp89 Constant *DtorFunc = CS->getOperand(1); in runOnModule() local
90 if (DtorFunc->isNullValue()) in runOnModule()
96 DtorFuncs[PriorityValue][Associated].push_back(DtorFunc); in runOnModule()