Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMMachineFunctionInfo.h114 bool IsCmseNSCall; variable
172 bool isCmseNSCallFunction() const { return IsCmseNSCall; } in isCmseNSCallFunction()
HDARMMachineFunctionInfo.cpp59 IsCmseNSCall(F.hasFnAttribute("cmse_nonsecure_call")), in ARMFunctionInfo()