Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h322 struct EventSection : Section { struct
323 EventSection() : Section(wasm::WASM_SEC_EVENT) {} in EventSection() function
325 static bool classof(const Section *S) { in classof()
329 std::vector<Event> Events;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h291 uint32_t EventSection = 0; variable