Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerGlobalDtors.cpp82 std::map<uint16_t, MapVector<Constant *, std::vector<Constant *>>> DtorFuncs; in runOnModule() local
100 DtorFuncs[PriorityValue][Associated].push_back(DtorFunc); in runOnModule()
102 if (DtorFuncs.empty()) in runOnModule()
132 for (auto &PriorityAndMore : DtorFuncs) { in runOnModule()