Home
last modified time | relevance | path

Searched refs:CmseNSCall (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/CodeGen/
DCGFunctionInfo.h552 unsigned CmseNSCall : 1; variable
644 bool isCmseNSCall() const { return CmseNSCall; } in isCmseNSCall()
725 ID.AddBoolean(CmseNSCall); in Profile()
/external/llvm-project/clang/lib/AST/
DTypePrinter.cpp1656 case attr::CmseNSCall: in printAttributedAfter()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp819 FI->CmseNSCall = info.getCmseNSCall(); in create()
/external/llvm-project/clang/include/clang/Basic/
DAttr.td985 def CmseNSCall : TypeAttr, TargetSpecificAttr<TargetARM> {