Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp411 CSec = &PragmaClangTextSection; in ActOnPragmaClangSection()
H A DSemaDecl.cpp10468 if (PragmaClangTextSection.Valid && D.isFunctionDefinition() && in ActOnFunctionDeclarator()
10471 Context, PragmaClangTextSection.SectionName, in ActOnFunctionDeclarator()
10472 PragmaClangTextSection.PragmaLocation)); in ActOnFunctionDeclarator()
10492 Context, PragmaClangTextSection.PragmaLocation)); in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3290 def PragmaClangTextSection : InheritableAttr {
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1803 PragmaClangSection PragmaClangTextSection; variable