HomeSort by relevance Sort by last modified time
    Searched refs:SectionFlags (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Sema/
SemaAttr.cpp 364 int SectionFlags,
369 ASTContext::SectionInfo(Decl, SourceLocation(), SectionFlags);
373 if (Section->second.SectionFlags == SectionFlags ||
374 !(Section->second.SectionFlags & ASTContext::PSF_Implicit))
391 int SectionFlags,
395 if (Section->second.SectionFlags == SectionFlags)
397 if (!(Section->second.SectionFlags & ASTContext::PSF_Implicit)) {
406 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags);
    [all...]
SemaDecl.cpp     [all...]
  /external/google-breakpad/src/common/mac/
macho_reader.h 67 typedef uint32_t SectionFlags;
212 // Flags from SectionFlags describing the section's contents.
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 84 mach_o::SectionFlags(section.flags),
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Parse/
ParsePragma.cpp 551 int SectionFlags = ASTContext::PSF_Read;
587 SectionFlags |= Flag;
594 SectionFlags |= ASTContext::PSF_Write;
606 Actions.ActOnPragmaMSSection(PragmaLocation, SectionFlags, SegmentName);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 79 milliseconds