Searched refs:EventType (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventsWrapper.h65 int iJIT_NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { argument
68 return NotifyEventFunc(EventType, EventSpecificData);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h28 enum EventType { enum in namespace:__tsan
39 // u64 typ : 3; // EventType.
H A Dtsan_rtl_report.cpp408 EventType typ = (EventType)(ev >> kEventPCBits);
H A Dtsan_rtl.h852 EventType typ, u64 addr) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h27 Optional<wasm::WasmEventType> EventType; member in class:llvm::MCSymbolWasm
108 assert(EventType.hasValue());
109 return EventType.getValue();
111 void setEventType(wasm::WasmEventType ET) { EventType = ET; }
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h40 const wasm::WasmEventType *EventType,
42 : Info(Info), GlobalType(GlobalType), EventType(EventType),
47 const wasm::WasmEventType *EventType; member in class:llvm::object::WasmSymbol
38 WasmSymbol(const wasm::WasmSymbolInfo &Info, const wasm::WasmGlobalType *GlobalType, const wasm::WasmEventType *EventType, const wasm::WasmSignature *Signature) argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h192 bool writeTypedEvent(int32_t Delta, uint16_t EventType, const void *Event, argument
198 EventSize, Delta, EventType);
H A Dxray_fdr_controller.h347 bool typedEvent(uint64_t TSC, uint16_t CPU, uint16_t EventType,
358 return W.writeTypedEvent(Delta, EventType, Event, EventSize);
H A Dxray_fdr_logging.cpp585 uint16_t EventType, const void *Event,
611 TLD.Controller->typedEvent(TSC, CPU, EventType, Event, ReducedEventSize);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h265 uint16_t EventType = 0; member in class:llvm::xray::TypedEventRecord
281 uint16_t eventType() const { return EventType; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp489 const wasm::WasmEventType *EventType = nullptr; local
594 EventType = &Event.Type;
604 EventType = &Import.Event;
605 Signature = &Signatures[EventType->SigIndex];
624 Symbols.emplace_back(LinkingData.SymbolTable.back(), GlobalType, EventType,
/freebsd-12-stable/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c1322 switch (inp_rec.EventType) {
1447 if (inp_rec.EventType == KEY_EVENT) {
1464 } else if (inp_rec.EventType == MOUSE_EVENT) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/XRay/
H A DRecordInitializer.cpp272 R.EventType = E.getU16(&OffsetPtr);
/freebsd-12-stable/contrib/bearssl/tools/
H A Dsslio.c212 if (inrec.EventType == KEY_EVENT
/freebsd-12-stable/sys/dev/hptmv/
H A Dhptintf.h686 UCHAR EventType; member in struct:_HPT_EVENT
689 UCHAR Data[32]; /* various data depend on EventType */
H A Dioctl.c120 e.EventType = event;
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dactypes.h1236 UINT32 EventType,
/freebsd-12-stable/contrib/less/
H A Dscreen.c2834 if (mousecap && ip.EventType == MOUSE_EVENT &&
2861 } while (ip.EventType != KEY_EVENT ||
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptintf.h1106 HPT_U8 EventType; member in struct:_HPT_EVENT
1109 HPT_U8 Data[32]; /* various data depend on EventType */
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhptintf.h1307 HPT_U8 EventType; member in struct:_HPT_EVENT
1310 HPT_U8 Data[32]; /* various data depend on EventType */
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptintf.h1303 HPT_U8 EventType; member in struct:_HPT_EVENT
1306 HPT_U8 Data[32]; /* various data depend on EventType */

Completed in 323 milliseconds