Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp44 void writeSectionContent(raw_ostream &OS, WasmYAML::EventSection &Section);
453 WasmYAML::EventSection &Section) { in writeSectionContent()
629 else if (auto S = dyn_cast<WasmYAML::EventSection>(Sec.get())) in writeWasm()
H A DWasmYAML.cpp123 static void sectionMapping(IO &IO, WasmYAML::EventSection &Section) { in sectionMapping()
234 Section.reset(new WasmYAML::EventSection()); in mapping()
235 sectionMapping(IO, *cast<WasmYAML::EventSection>(Section.get())); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h319 struct EventSection : Section { struct
320 EventSection() : Section(wasm::WASM_SEC_EVENT) {} in EventSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h302 uint32_t EventSection = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp284 auto EventSec = std::make_unique<WasmYAML::EventSection>(); in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1140 EventSection = Sections.size(); in parseEventSection()
1604 return EventSection; in getSymbolSectionIdImpl()