Home
last modified time | relevance | path

Searched refs:PSF_Write (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaAttr.cpp281 SectionFlags |= ASTContext::PSF_Write | ASTContext::PSF_ZeroInit; in ActOnPragmaClangSection()
285 SectionFlags |= ASTContext::PSF_Write; in ActOnPragmaClangSection()
H A DSemaDecl.cpp13060 SectionFlags |= ASTContext::PSF_Write; in CheckCompleteVariableDeclaration()
13063 SectionFlags |= ASTContext::PSF_Write; in CheckCompleteVariableDeclaration()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp902 .Case("write", ASTContext::PSF_Write) in HandlePragmaMSSection()
924 SectionFlags |= ASTContext::PSF_Write; in HandlePragmaMSSection()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h3129 PSF_Write = 0x2, enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp4430 if ((SI.SectionFlags & ASTContext::PSF_Write) == 0) in EmitGlobalVarDefinition()