Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.h115 bool IsCmseNSEntry; variable
173 bool isCmseNSEntryFunction() const { return IsCmseNSEntry; } in isCmseNSEntryFunction()
DARMMachineFunctionInfo.cpp66 IsCmseNSEntry(F.hasFnAttribute("cmse_nonsecure_entry")), in ARMFunctionInfo()
DARMFastISel.cpp2080 const bool IsCmseNSEntry = F.hasFnAttribute("cmse_nonsecure_entry"); in SelectRet() local
2158 if (IsCmseNSEntry) in SelectRet()