Searched refs:SecKind (Results 1 – 5 of 5) sorted by relevance
83 DebugSectionKind SecKind) override;221 MCSection *getMCSection(DebugSectionKind SecKind);
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()
2292 auto SecKind = Sema::PragmaClangSectionKind::PCSK_Invalid; in HandlePragma() local2303 SecKind = Sema::PragmaClangSectionKind::PCSK_BSS; in HandlePragma()2305 SecKind = Sema::PragmaClangSectionKind::PCSK_Data; in HandlePragma()2307 SecKind = Sema::PragmaClangSectionKind::PCSK_Rodata; in HandlePragma()2309 SecKind = Sema::PragmaClangSectionKind::PCSK_Relro; in HandlePragma()2311 SecKind = Sema::PragmaClangSectionKind::PCSK_Text; in HandlePragma()2320 PP.Diag(Tok.getLocation(), diag::err_pragma_clang_section_expected_equal) << SecKind; in HandlePragma()2332 SecKind, SecName); in HandlePragma()
288 PragmaClangSectionKind SecKind, in ActOnPragmaClangSection() argument292 switch (SecKind) { in ActOnPragmaClangSection()
1848 PragmaClangSectionKind SecKind,