Home
last modified time | relevance | path

Searched defs:EventType (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp42 int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in NotifyEvent()
91 int ittNotifyInfo(IttEventType EventType, const char *Name, unsigned int Size) { in ittNotifyInfo()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventsWrapper.h73 int iJIT_NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in iJIT_NotifyEvent()
79 int iJitIttNotifyInfo(IttEventType EventType, const char *Name, in iJitIttNotifyInfo()
H A DIntelJITEventListener.cpp69 void reportSection(llvm::IttEventType EventType, const char *SectionName, in reportSection()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_fdr_controller.h347 bool typedEvent(uint64_t TSC, uint16_t CPU, uint16_t EventType, in typedEvent()
H A Dxray_fdr_logging.cpp584 uint16_t EventType, const void *Event, in fdrLoggingHandleTypedEvent()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h22 enum class EventType : u64 { enum
/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/
H A DFDRRecords.h265 uint16_t EventType = 0; variable