Searched refs:LinkingSec (Results 1 – 1 of 1) sorted by relevance
86 std::unique_ptr<WasmYAML::LinkingSection> LinkingSec = in dumpCustomSection() local88 LinkingSec->Version = Obj.linkingData().Version; in dumpCustomSection()92 LinkingSec->Comdats.emplace_back(WasmYAML::Comdat{ComdatName, {}}); in dumpCustomSection()95 LinkingSec->Comdats[Func.Comdat].Entries.emplace_back( in dumpCustomSection()108 LinkingSec->SegmentInfos.push_back(SegmentInfo); in dumpCustomSection()111 LinkingSec->Comdats[Segment.Data.Comdat].Entries.emplace_back( in dumpCustomSection()120 LinkingSec->Comdats[WasmSec.Comdat].Entries.emplace_back( in dumpCustomSection()146 LinkingSec->SymbolTable.emplace_back(Info); in dumpCustomSection()151 LinkingSec->InitFunctions.emplace_back(F); in dumpCustomSection()154 CustomSec = std::move(LinkingSec); in dumpCustomSection()