Home
last modified time | relevance | path

Searched defs:EventSection (Results 1 – 2 of 2) sorted by relevance

/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() argument
322 static bool classof(const Section *S) { in classof()
326 std::vector<Event> Events;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h302 uint32_t EventSection = 0; variable