Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerGlobalDtors.cpp80 std::map<uint16_t, MapVector<Constant *, std::vector<Constant *> > > DtorFuncs; in runOnModule() local
96 DtorFuncs[PriorityValue][Associated].push_back(DtorFunc); in runOnModule()
98 if (DtorFuncs.empty()) in runOnModule()
136 for (auto &PriorityAndMore : DtorFuncs) { in runOnModule()