Searched refs:SecKind (Results 1 – 6 of 6) sorted by relevance
86 DebugSectionKind SecKind) override;224 MCSection *getMCSection(DebugSectionKind SecKind);
46 DebugSectionKind SecKind) = 0;
228 DebugSectionKind SecKind) { in emitSectionContents() argument232 if (MCSection *Section = getMCSection(SecKind)) { in emitSectionContents()239 MCSection *DwarfStreamer::getMCSection(DebugSectionKind SecKind) { in getMCSection() argument240 switch (SecKind) { in getMCSection()
2281 auto SecKind = Sema::PragmaClangSectionKind::PCSK_Invalid; in HandlePragma() local2292 SecKind = Sema::PragmaClangSectionKind::PCSK_BSS; in HandlePragma()2294 SecKind = Sema::PragmaClangSectionKind::PCSK_Data; in HandlePragma()2296 SecKind = Sema::PragmaClangSectionKind::PCSK_Rodata; in HandlePragma()2298 SecKind = Sema::PragmaClangSectionKind::PCSK_Relro; in HandlePragma()2300 SecKind = Sema::PragmaClangSectionKind::PCSK_Text; in HandlePragma()2309 PP.Diag(Tok.getLocation(), diag::err_pragma_clang_section_expected_equal) << SecKind; in HandlePragma()2321 SecKind, SecName); in HandlePragma()
275 PragmaClangSectionKind SecKind, in ActOnPragmaClangSection() argument279 switch (SecKind) { in ActOnPragmaClangSection()
10901 PragmaClangSectionKind SecKind, StringRef SecName);