Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dxray-typedevent.cpp7 auto EventType = 1; in alwaysInstrument() local
15 auto EventType = 2; in neverInstrument() local
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_trace.h28 enum EventType { enum
73 enum class EventType : u64 { enum
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h22 enum class EventType : u64 { enum
/llvm-project-15.0.7/llvm/include/llvm/XRay/
H A DFDRRecords.h265 uint16_t EventType = 0; variable
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp573 enum EventType { in removeIncompatibleErrors() enum