Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp86 std::unique_ptr<WasmYAML::LinkingSection> LinkingSec = in dumpCustomSection() local
88 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()