Searched refs:LogArgs (Results 1 – 3 of 3) sorted by relevance
807 if (const auto *LogArgs = D->getAttr<XRayLogArgsAttr>()) in StartFunction() local810 llvm::utostr(LogArgs->getArgumentCount())); in StartFunction()
3219 bool LogArgs = F.hasFnAttribute("xray-log-args"); in recordSled() local3222 if (Kind == SledKind::FUNCTION_ENTER && LogArgs) in recordSled()
3413 bool LogArgs = F.hasFnAttribute("xray-log-args"); in recordSled() local3416 if (Kind == SledKind::FUNCTION_ENTER && LogArgs) in recordSled()