Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp126 static void sectionMapping(IO &IO, WasmYAML::TagSection &Section) { in sectionMapping()
237 Section.reset(new WasmYAML::TagSection()); in mapping()
238 sectionMapping(IO, *cast<WasmYAML::TagSection>(Section.get())); in mapping()
H A DWasmEmitter.cpp44 void writeSectionContent(raw_ostream &OS, WasmYAML::TagSection &Section);
466 WasmYAML::TagSection &Section) { in writeSectionContent()
625 else if (auto S = dyn_cast<WasmYAML::TagSection>(Sec.get())) in writeWasm()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h337 struct TagSection : Section { struct
338 TagSection() : Section(wasm::WASM_SEC_TAG) {} in TagSection() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h301 uint32_t TagSection = 0; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1251 TagSection = Sections.size(); in parseTagSection()
1780 return TagSection; in getSymbolSectionIdImpl()