Home
last modified time | relevance | path

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

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