Home
last modified time | relevance | path

Searched refs:WasmEventType (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h27 Optional<wasm::WasmEventType> EventType;
107 const wasm::WasmEventType &getEventType() const { in getEventType()
111 void setEventType(wasm::WasmEventType ET) { EventType = ET; } in setEventType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h97 struct WasmEventType { struct
105 WasmEventType Type; argument
118 WasmEventType Event;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h40 const wasm::WasmEventType *EventType, in WasmSymbol()
47 const wasm::WasmEventType *EventType;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp322 void writeEventSection(ArrayRef<wasm::WasmEventType> Events);
757 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection()
765 for (const wasm::WasmEventType &Event : Events) { in writeEventSection()
1116 SmallVector<wasm::WasmEventType, 1> Events; in writeObject()
1388 wasm::WasmEventType Event; in writeObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp489 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab()