Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp823 if (const auto *LogArgs = D->getAttr<XRayLogArgsAttr>()) in StartFunction() local
826 llvm::utostr(LogArgs->getArgumentCount())); in StartFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3553 bool LogArgs = F.hasFnAttribute("xray-log-args"); in recordSled() local
3556 if (Kind == SledKind::FUNCTION_ENTER && LogArgs) in recordSled()