Home
last modified time | relevance | path

Searched defs:SectionFlags (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaAttr.cpp277 int SectionFlags = ASTContext::PSF_Read; in ActOnPragmaClangSection() local
697 bool Sema::UnifySection(StringRef SectionName, int SectionFlags, in UnifySection()
727 int SectionFlags, in UnifySection()
779 int SectionFlags, StringLiteral *SegmentName) { in ActOnPragmaMSSection()
H A DSemaDecl.cpp13746 int SectionFlags = ASTContext::PSF_Read; in CheckCompleteVariableDeclaration() local
/llvm-project-15.0.7/llvm/tools/llvm-objcopy/
H A DObjcopyOptions.cpp195 parseSectionFlagSet(ArrayRef<StringRef> SectionFlags) { in parseSectionFlagSet()
268 SmallVector<StringRef, 6> SectionFlags; in parseSetSectionFlagValue() local
/llvm-project-15.0.7/clang/lib/Parse/
H A DParsePragma.cpp974 int SectionFlags = ASTContext::PSF_Read; in HandlePragmaMSSection() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h3300 int SectionFlags; member