Home
last modified time | relevance | path

Searched refs:WasmEventType (Results 1 – 16 of 16) 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/llvm-project/llvm/include/llvm/MC/
DMCSymbolWasm.h29 Optional<wasm::WasmEventType> EventType;
130 const wasm::WasmEventType &getEventType() const { in getEventType()
134 void setEventType(wasm::WasmEventType ET) { EventType = ET; } in setEventType()
/external/llvm-project/lld/include/lld/Common/
DLLVM.h48 struct WasmEventType;
87 using llvm::wasm::WasmEventType;
/external/llvm-project/lld/wasm/
DWriterUtils.h56 void writeEventType(raw_ostream &os, const llvm::wasm::WasmEventType &type);
71 std::string toString(const llvm::wasm::WasmEventType &type);
DInputEvent.h35 const WasmEventType &getType() const { return event.Type; } in getType()
DSymbols.h378 const WasmEventType *getEventType() const { return eventType; } in getEventType()
389 const WasmEventType *eventType, const WasmSignature *sig) in EventSymbol()
392 const WasmEventType *eventType;
DWriterUtils.cpp63 std::string toString(const WasmEventType &type) { in toString()
197 void writeEventType(raw_ostream &os, const WasmEventType &type) { in writeEventType()
DSymbolTable.cpp173 const WasmEventType *newType, in checkEventType()
181 const WasmEventType *oldType = cast<EventSymbol>(existing)->getEventType(); in checkEventType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h97 struct WasmEventType { struct
105 WasmEventType Type; argument
118 WasmEventType Event;
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h104 struct WasmEventType { struct
112 WasmEventType Type; argument
125 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/llvm-project/llvm/include/llvm/Object/
DWasm.h39 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/llvm-project/llvm/lib/MC/
DWasmObjectWriter.cpp319 void writeEventSection(ArrayRef<wasm::WasmEventType> Events);
807 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection()
815 for (const wasm::WasmEventType &Event : Events) { in writeEventSection()
1349 SmallVector<wasm::WasmEventType, 1> Events; in writeOneObject()
1581 wasm::WasmEventType Event; in writeOneObject()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp489 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab()
/external/llvm-project/llvm/lib/Object/
DWasmObjectFile.cpp522 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab()