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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp20 IsCmseNSCall(MF.getFunction().hasFnAttribute("cmse_nonsecure_call")) {}
H A DARMMachineFunctionInfo.h111 bool IsCmseNSCall; member in class:llvm::ARMFunctionInfo
149 bool isCmseNSCallFunction() const { return IsCmseNSCall; }

Completed in 48 milliseconds