Searched refs:ImbueAttribute (Results 1 – 3 of 3) sorted by relevance
34 XRayFunctionFilter::ImbueAttribute42 return ImbueAttribute::ALWAYS_ARG1; in shouldImbueFunction()46 return ImbueAttribute::ALWAYS; in shouldImbueFunction()51 return ImbueAttribute::NEVER; in shouldImbueFunction()53 return ImbueAttribute::NONE; in shouldImbueFunction()56 XRayFunctionFilter::ImbueAttribute62 return ImbueAttribute::ALWAYS; in shouldImbueFunctionsInFile()66 return ImbueAttribute::NEVER; in shouldImbueFunctionsInFile()67 return ImbueAttribute::NONE; in shouldImbueFunctionsInFile()70 XRayFunctionFilter::ImbueAttribute[all …]
41 enum class ImbueAttribute { enum48 ImbueAttribute shouldImbueFunction(StringRef FunctionName) const;50 ImbueAttribute54 ImbueAttribute shouldImbueLocation(SourceLocation Loc,
2518 using ImbueAttr = XRayFunctionFilter::ImbueAttribute; in imbueXRayAttrs()