Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp123 static void sectionMapping(IO &IO, WasmYAML::TagSection &Section) { in sectionMapping()
234 Section.reset(new WasmYAML::TagSection()); in mapping()
235 sectionMapping(IO, *cast<WasmYAML::TagSection>(Section.get())); in mapping()
H A DWasmEmitter.cpp44 void writeSectionContent(raw_ostream &OS, WasmYAML::TagSection &Section);
453 WasmYAML::TagSection &Section) { in writeSectionContent()
629 else if (auto S = dyn_cast<WasmYAML::TagSection>(Sec.get())) in writeWasm()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h319 struct TagSection : Section { struct
320 TagSection() : Section(wasm::WASM_SEC_TAG) {} in TagSection() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h302 uint32_t TagSection = 0; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1141 TagSection = Sections.size(); in parseTagSection()
1605 return TagSection; in getSymbolSectionIdImpl()