Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp56 void writeSectionContent(raw_ostream &OS, WasmYAML::LinkingSection &Section);
186 WasmYAML::LinkingSection &Section) { in writeSectionContent()
352 } else if (auto S = dyn_cast<WasmYAML::LinkingSection>(&Section)) { in writeSectionContent()
H A DWasmYAML.cpp72 static void sectionMapping(IO &IO, WasmYAML::LinkingSection &Section) { in sectionMapping()
190 Section.reset(new WasmYAML::LinkingSection()); in mapping()
191 sectionMapping(IO, *cast<WasmYAML::LinkingSection>(Section.get())); in mapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h248 struct LinkingSection : CustomSection { struct
249 LinkingSection() : CustomSection("linking") {} in LinkingSection() argument