Lines Matching full:initfunctions
115 std::vector<WasmInitEntry> initFunctions;
882 if (initFunctions.empty() && WasmSym::callDtors == nullptr)
1540 if (!WasmSym::callCtors->isLive() && initFunctions.empty())
1550 for (const WasmInitEntry &f : initFunctions) {
1655 // Populate InitFunctions vector with init functions from all input objects.
1664 for (const WasmInitFunc &f : l.InitFunctions) {
1671 LLVM_DEBUG(dbgs() << "initFunctions: " << toString(*sym) << "\n");
1672 initFunctions.emplace_back(WasmInitEntry{sym, f.Priority});
1678 llvm::stable_sort(initFunctions,
1703 out.linkingSec = make<LinkingSection>(initFunctions, segments);