Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dwasm2yaml.cpp64 std::unique_ptr<WasmYAML::LinkingSection> LinkingSec = make_unique<WasmYAML::LinkingSection>(); in dumpCustomSection() local
65 LinkingSec->Version = Obj.linkingData().Version; in dumpCustomSection()
69 LinkingSec->Comdats.emplace_back(WasmYAML::Comdat{ComdatName, {}}); in dumpCustomSection()
72 LinkingSec->Comdats[Func.Comdat].Entries.emplace_back( in dumpCustomSection()
85 LinkingSec->SegmentInfos.push_back(SegmentInfo); in dumpCustomSection()
88 LinkingSec->Comdats[Segment.Data.Comdat].Entries.emplace_back( in dumpCustomSection()
113 LinkingSec->SymbolTable.emplace_back(Info); in dumpCustomSection()
118 LinkingSec->InitFunctions.emplace_back(F); in dumpCustomSection()
121 CustomSec = std::move(LinkingSec); in dumpCustomSection()