Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp113 static void sectionMapping(IO &IO, WasmYAML::EventSection &Section) { in sectionMapping()
211 Section.reset(new WasmYAML::EventSection()); in mapping()
212 sectionMapping(IO, *cast<WasmYAML::EventSection>(Section.get())); in mapping()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h287 struct EventSection : Section { struct
288 EventSection() : Section(wasm::WASM_SEC_EVENT) {} in EventSection() argument
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h283 uint32_t EventSection = 0; variable
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp922 EventSection = Sections.size(); in parseEventSection()
1272 Ref.d.a = EventSection; in getSymbolSection()