Searched refs:LogArgs (Results 1 – 13 of 13) sorted by relevance
93 bool LogArgs) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument95 LogArgs ? Trampolines.LogArgsTrampoline : Trampolines.EntryTrampoline; in patchFunctionEntry()
132 bool LogArgs) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument134 LogArgs ? Trampolines.LogArgsTrampoline : Trampolines.EntryTrampoline; in patchFunctionEntry()
139 bool LogArgs) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument141 LogArgs ? Trampolines.LogArgsTrampoline : Trampolines.EntryTrampoline; in patchFunctionEntry()
130 bool LogArgs) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument132 LogArgs ? Trampolines.LogArgsTrampoline : Trampolines.EntryTrampoline; in patchFunctionEntry()
140 bool LogArgs) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument142 LogArgs ? Trampolines.LogArgsTrampoline : Trampolines.EntryTrampoline; in patchFunctionEntry()
148 bool LogArgs) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument150 LogArgs ? Trampolines.LogArgsTrampoline : Trampolines.EntryTrampoline; in patchFunctionEntry()
126 bool LogArgs) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument149 LogArgs ? Trampolines.LogArgsTrampoline : Trampolines.EntryTrampoline; in patchFunctionEntry()
23 bool LogArgs) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument
55 bool LogArgs) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument
143 const XRayTrampolines &Trampolines, bool LogArgs);
237 bool LogArgs) XRAY_NEVER_INSTRUMENT { in patchFunctionEntry() argument
911 if (const auto *LogArgs = D->getAttr<XRayLogArgsAttr>()) in StartFunction() local914 llvm::utostr(LogArgs->getArgumentCount())); in StartFunction()
4678 bool LogArgs = F.hasFnAttribute("xray-log-args"); in recordSled() local4681 if (Kind == SledKind::FUNCTION_ENTER && LogArgs) in recordSled()