Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp905 if (const auto *LogArgs = D->getAttr<XRayLogArgsAttr>()) in StartFunction() local
908 llvm::utostr(LogArgs->getArgumentCount())); in StartFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4297 bool LogArgs = F.hasFnAttribute("xray-log-args"); in recordSled() local
4300 if (Kind == SledKind::FUNCTION_ENTER && LogArgs) in recordSled()