Searched defs:EventType (Results 1 – 11 of 11) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | xray-typedevent.cpp | 7 auto EventType = 1; in alwaysInstrument() local 15 auto EventType = 2; in neverInstrument() local
|
/llvm-project/llvm/tools/llvm-jitlistener/ |
H A D | llvm-jitlistener.cpp | 42 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 D | IntelJITEventsWrapper.h | 73 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 D | Progress.h | 160 enum class EventType { global() enum
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | JITLoaderVTune.cpp | 120 static int NotifyEvent(iJIT_JVM_EVENT EventType, void *EventSpecificData) { in NotifyEvent() argument
|
/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_fdr_controller.h | 347 bool typedEvent(uint64_t TSC, uint16_t CPU, uint16_t EventType, in typedEvent()
|
H A D | xray_fdr_logging.cpp | 580 void fdrLoggingHandleTypedEvent(size_t EventType, const void *Event, in fdrLoggingHandleTypedEvent()
|
/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 69 void reportSection(llvm::IttEventType EventType, const char *SectionName, in reportSection()
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_trace.h | 22 enum class EventType : u64 { enum
|
/llvm-project/llvm/include/llvm/XRay/ |
H A D | FDRRecords.h | 265 uint16_t EventType = 0; variable
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyDiagnosticConsumer.cpp | 598 enum EventType { removeIncompatibleErrors() enum
|