Searched refs:LogArgs (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp815 if (const auto *LogArgs = D->getAttr<XRayLogArgsAttr>())
818 llvm::utostr(LogArgs->getArgumentCount()));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3528 bool LogArgs = F.hasFnAttribute("xray-log-args"); local
3531 if (Kind == SledKind::FUNCTION_ENTER && LogArgs)

Completed in 208 milliseconds