Home
last modified time | relevance | path

Searched refs:kPhase (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dxray-customevent.cpp5 static constexpr char kPhase[] = "instrument"; in alwaysInstrument() local
6 __xray_customevent(kPhase, 10); in alwaysInstrument()
12 static constexpr char kPhase[] = "never"; in neverInstrument() local
13 __xray_customevent(kPhase, 5); in neverInstrument()
H A Dxray-typedevent.cpp8 static constexpr char kPhase[] = "instrument"; in alwaysInstrument() local
9 __xray_typedevent(EventType, kPhase, 10); in alwaysInstrument()
16 static constexpr char kPhase[] = "never"; in neverInstrument() local
17 __xray_typedevent(EventType, kPhase, 5); in neverInstrument()
H A Dxray-instrumentation-bundles.cpp52 static constexpr char kPhase[] = "always"; in alwaysInstrument() local
53 __xray_customevent(kPhase, 6); in alwaysInstrument()
54 __xray_typedevent(1, kPhase, 6); in alwaysInstrument()
H A Dxray-always-emit-customevent.cpp7 static constexpr char kPhase[] = "never"; in neverInstrument() local
8 __xray_customevent(kPhase, 5); in neverInstrument()
H A Dxray-always-emit-typedevent.cpp7 static constexpr char kPhase[] = "never"; in neverInstrument() local
8 __xray_typedevent(1, kPhase, 5); in neverInstrument()