Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSymbolWasm.h26 Optional<wasm::WasmEventType> EventType;
84 const wasm::WasmEventType &getEventType() const { in getEventType()
88 void setEventType(wasm::WasmEventType ET) { EventType = ET; } in setEventType()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DLLVM.h47 struct WasmEventType;
82 using llvm::wasm::WasmEventType;
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h86 struct WasmEventType { struct
94 WasmEventType Type; argument
107 WasmEventType Event;
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h41 const wasm::WasmEventType *EventType, in WasmSymbol()
48 const wasm::WasmEventType *EventType;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp307 void writeEventSection(ArrayRef<wasm::WasmEventType> Events);
812 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection()
820 for (const wasm::WasmEventType &Event : Events) { in writeEventSection()
1160 SmallVector<wasm::WasmEventType, 1> Events; in writeObject()
1391 wasm::WasmEventType Event; in writeObject()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp486 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab()