Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h30 Optional<wasm::WasmEventType> EventType;
146 const wasm::WasmEventType &getEventType() const { in getEventType()
150 void setEventType(wasm::WasmEventType ET) { EventType = ET; } in setEventType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h104 struct WasmEventType { struct
112 WasmEventType Type; argument
125 WasmEventType Event;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h40 const wasm::WasmEventType *EventType, in WasmSymbol()
48 const wasm::WasmEventType *EventType;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp320 void writeEventSection(ArrayRef<wasm::WasmEventType> Events);
842 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection()
850 for (const wasm::WasmEventType &Event : Events) { in writeEventSection()
1401 SmallVector<wasm::WasmEventType, 1> Events; in writeOneObject()
1640 wasm::WasmEventType Event; in writeOneObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp532 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab()