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

  /external/google-breakpad/src/common/mac/
macho_reader.h 67 typedef uint32_t SectionFlags;
212 // Flags from SectionFlags describing the section's contents.
  /external/clang/lib/Parse/
ParsePragma.cpp 541 int SectionFlags = ASTContext::PSF_Read;
577 SectionFlags |= Flag;
584 SectionFlags |= ASTContext::PSF_Write;
596 Actions.ActOnPragmaMSSection(PragmaLocation, SectionFlags, SegmentName);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 208 milliseconds