Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
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()
H A DWasmYAML.cpp127 static void sectionMapping(IO &IO, WasmYAML::TagSection &Section) { in sectionMapping()
238 Section.reset(new WasmYAML::TagSection()); in mapping()
239 sectionMapping(IO, *cast<WasmYAML::TagSection>(Section.get())); in mapping()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h308 uint32_t TagSection = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1382 TagSection = Sections.size(); in parseTagSection()
1940 return TagSection; in getSymbolSectionIdImpl()