Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp807 if (const auto *LogArgs = D->getAttr<XRayLogArgsAttr>()) in StartFunction() local
810 llvm::utostr(LogArgs->getArgumentCount())); in StartFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3219 bool LogArgs = F.hasFnAttribute("xray-log-args"); in recordSled() local
3222 if (Kind == SledKind::FUNCTION_ENTER && LogArgs) in recordSled()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3413 bool LogArgs = F.hasFnAttribute("xray-log-args"); in recordSled() local
3416 if (Kind == SledKind::FUNCTION_ENTER && LogArgs) in recordSled()