HomeSort by: relevance | last modified time | path
    Searched refs:WasmEventType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbolWasm.h 30 Optional<wasm::WasmEventType> EventType;
146 const wasm::WasmEventType &getEventType() const {
150 void setEventType(wasm::WasmEventType ET) { EventType = ET; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Wasm.h 104 struct WasmEventType {
112 WasmEventType Type;
125 WasmEventType Event;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h 40 const wasm::WasmEventType *EventType,
48 const wasm::WasmEventType *EventType;
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 320 void writeEventSection(ArrayRef<wasm::WasmEventType> Events);
842 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) {
850 for (const wasm::WasmEventType &Event : Events) {
1401 SmallVector<wasm::WasmEventType, 1> Events;
1640 wasm::WasmEventType Event;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 532 const wasm::WasmEventType *EventType = nullptr;

Completed in 20 milliseconds