Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp87 std::unique_ptr<WasmYAML::LinkingSection> LinkingSec = in dumpCustomSection() local
89 LinkingSec->Version = Obj.linkingData().Version; in dumpCustomSection()
93 LinkingSec->Comdats.emplace_back(WasmYAML::Comdat{ComdatName, {}}); in dumpCustomSection()
96 LinkingSec->Comdats[Func.Comdat].Entries.emplace_back( in dumpCustomSection()
109 LinkingSec->SegmentInfos.push_back(SegmentInfo); in dumpCustomSection()
112 LinkingSec->Comdats[Segment.Data.Comdat].Entries.emplace_back( in dumpCustomSection()
121 LinkingSec->Comdats[WasmSec.Comdat].Entries.emplace_back( in dumpCustomSection()
148 LinkingSec->SymbolTable.emplace_back(Info); in dumpCustomSection()
153 LinkingSec->InitFunctions.emplace_back(F); in dumpCustomSection()
156 CustomSec = std::move(LinkingSec); in dumpCustomSection()