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