Searched refs:LogArgs (Results 1 – 2 of 2) sorted by relevance
819 if (const auto *LogArgs = D->getAttr<XRayLogArgsAttr>()) in StartFunction() local822 llvm::utostr(LogArgs->getArgumentCount())); in StartFunction()
3833 bool LogArgs = F.hasFnAttribute("xray-log-args"); in recordSled() local3836 if (Kind == SledKind::FUNCTION_ENTER && LogArgs) in recordSled()