HomeSort by: relevance | last modified time | path
    Searched refs:PragmaClangSectionKind (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAttr.cpp 274 PragmaClangSectionKind SecKind,
279 case PragmaClangSectionKind::PCSK_BSS:
283 case PragmaClangSectionKind::PCSK_Data:
287 case PragmaClangSectionKind::PCSK_Rodata:
290 case PragmaClangSectionKind::PCSK_Relro:
293 case PragmaClangSectionKind::PCSK_Text:
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 1954 auto SecKind = Sema::PragmaClangSectionKind::PCSK_Invalid;
1965 SecKind = Sema::PragmaClangSectionKind::PCSK_BSS;
1967 SecKind = Sema::PragmaClangSectionKind::PCSK_Data;
1969 SecKind = Sema::PragmaClangSectionKind::PCSK_Rodata;
1971 SecKind = Sema::PragmaClangSectionKind::PCSK_Relro;
1973 SecKind = Sema::PragmaClangSectionKind::PCSK_Text;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 449 enum PragmaClangSectionKind {
9865 PragmaClangSectionKind SecKind, StringRef SecName);

Completed in 40 milliseconds