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