Home
last modified time | relevance | path

Searched defs:CSA (Results 1 – 4 of 4) sorted by relevance

/llvm-project/bolt/include/bolt/Passes/
H A DShrinkWrapping.h306 CalleeSavedAnalysis CSA; variable
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2721 if (const auto *CSA = D->getAttr<CodeSegAttr>()) setNonAliasAttributes() local
2861 if (const auto *CSA = FD->getAttr<CodeSegAttr>()) SetFunctionAttributes() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2947 if (CodeSegAttr *CSA = S.mergeCodeSegAttr(D, AL, Str)) handleCodeSegAttr() local
H A DSemaDecl.cpp2803 else if (const auto *CSA = dyn_cast<CodeSegAttr>(Attr)) mergeDeclAttribute() local