Searched defs:CSA (Results 1 – 4 of 4) sorted by relevance
/llvm-project/bolt/include/bolt/Passes/ | ||
H A D | ShrinkWrapping.h | 306 CalleeSavedAnalysis CSA; variable |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenModule.cpp | 2721 if (const auto *CSA = D->getAttr<CodeSegAttr>()) setNonAliasAttributes() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclAttr.cpp | 2947 if (CodeSegAttr *CSA = S.mergeCodeSegAttr(D, AL, Str)) handleCodeSegAttr() local |
H A D | SemaDecl.cpp | 2803 else if (const auto *CSA = dyn_cast<CodeSegAttr>(Attr)) mergeDeclAttribute() local |