HomeSort by: relevance | last modified time | path
    Searched defs:SectionFlags (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp 277 int SectionFlags = ASTContext::PSF_Read;
281 SectionFlags |= ASTContext::PSF_Write | ASTContext::PSF_ZeroInit;
285 SectionFlags |= ASTContext::PSF_Write;
295 SectionFlags |= ASTContext::PSF_Execute;
313 if (UnifySection(SecName, SectionFlags, PragmaLoc))
604 bool Sema::UnifySection(StringRef SectionName, int SectionFlags,
613 ASTContext::SectionInfo(Decl, PragmaLocation, SectionFlags);
618 if (Section.SectionFlags == SectionFlags ||
619 ((SectionFlags & ASTContext::PSF_Implicit) &
    [all...]
SemaDecl.cpp 13055 int SectionFlags = ASTContext::PSF_Read;
13060 SectionFlags |= ASTContext::PSF_Write;
13063 SectionFlags |= ASTContext::PSF_Write;
13067 SectionFlags |= ASTContext::PSF_Implicit;
13068 UnifySection(SA->getName(), SectionFlags, var);
13070 SectionFlags |= ASTContext::PSF_Implicit;
13075 if (UnifySection(SectionName, SectionFlags, var))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
ConfigManager.cpp 191 parseSectionFlagSet(ArrayRef<StringRef> SectionFlags) {
193 for (StringRef Flag : SectionFlags) {
266 SmallVector<StringRef, 6> SectionFlags;
267 Section2Flags.second.split(SectionFlags, ',');
268 Expected<SectionFlag> ParsedFlagSet = parseSectionFlagSet(SectionFlags);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 881 int SectionFlags = ASTContext::PSF_Read;
917 SectionFlags |= Flag;
924 SectionFlags |= ASTContext::PSF_Write;
936 Actions.ActOnPragmaMSSection(PragmaLocation, SectionFlags, SegmentName);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 3139 int SectionFlags;
3143 int SectionFlags)
3145 SectionFlags(SectionFlags) {}

Completed in 38 milliseconds