Searched refs:Typed (Results 1 – 11 of 11) sorted by relevance
42 constexpr XRayInstrMask Typed = 1U << XRIO_Typed; variable43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed;
28 .Case("typed", XRayInstrKind::Typed) in parseXRayInstrValue()49 if (Set.has(XRayInstrKind::Typed)) in serializeXRayInstrValue()
10 // Typed Intermediate language. Please see ThreadSafetyTIL.h for more
288 if (InstrumentationBundle.has(XRayInstrKind::Typed)) in addArgs()
1299 if (TypedInit *Typed = dyn_cast<TypedInit>(Arg)) in getCodeForDagArg() local1300 PrintNote("argument type: " + Typed->getType()->getAsString()); in getCodeForDagArg()
551 XRayInstrKind::Typed); in AlwaysEmitXRayTypedEvents()
5087 XRayInstrKind::Typed)) in EmitBuiltinExpr()
100 * Typed tests can be easier to write if instances of the different
1506 ## Typed Tests</id>1519 *Typed tests* allow you to repeat the same test logic over a list of types. You
1575 // Typed event logging for x-ray.
1305 let AsmString = "# XRay Typed Event Log.";