Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp295 CSec = &PragmaClangTextSection; in ActOnPragmaClangSection()
H A DSemaDecl.cpp10390 if (PragmaClangTextSection.Valid && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
10393 Context, PragmaClangTextSection.SectionName, in ActOnFunctionDeclarator()
10394 PragmaClangTextSection.PragmaLocation)); in ActOnFunctionDeclarator()
10414 Context, PragmaClangTextSection.PragmaLocation)); in ActOnFunctionDeclarator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td2809 def PragmaClangTextSection : InheritableAttr {
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h474 PragmaClangSection PragmaClangTextSection; variable