Searched refs:IsCmseNSEntry (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp19 IsCmseNSEntry(MF.getFunction().hasFnAttribute("cmse_nonsecure_entry")),
H A DARMMachineFunctionInfo.h110 bool IsCmseNSEntry; member in class:llvm::ARMFunctionInfo
148 bool isCmseNSEntryFunction() const { return IsCmseNSEntry; }
H A DARMFastISel.cpp2080 const bool IsCmseNSEntry = F.hasFnAttribute("cmse_nonsecure_entry"); local
2158 if (IsCmseNSEntry)

Completed in 68 milliseconds