Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dxray-typedevent.cpp7 auto EventType = 1; in alwaysInstrument() local
15 auto EventType = 2; in neverInstrument() local
/llvm-project/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/llvm/lib/ExecutionEngine/IntelJITProfiling/
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()
/llvm-project/lldb/include/lldb/Core/
H A DProgress.h160 enum class EventType { global() enum
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp120 static int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in NotifyEvent() argument
/llvm-project/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.cpp580 void fdrLoggingHandleTypedEvent(size_t EventType, const void *Event, in fdrLoggingHandleTypedEvent()
/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp69 void reportSection(llvm::IttEventType EventType, const char *SectionName, in reportSection()
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_trace.h22 enum class EventType : u64 { enum
/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h265 uint16_t EventType = 0; variable
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.cpp598 enum EventType { removeIncompatibleErrors() enum