Home
last modified time | relevance | path

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

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