Home
last modified time | relevance | path

Searched refs:SecKind (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h86 DebugSectionKind SecKind) override;
224 MCSection *getMCSection(DebugSectionKind SecKind);
H A DDWARFLinker.h46 DebugSectionKind SecKind) = 0;
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp228 DebugSectionKind SecKind) { in emitSectionContents() argument
232 if (MCSection *Section = getMCSection(SecKind)) { in emitSectionContents()
239 MCSection *DwarfStreamer::getMCSection(DebugSectionKind SecKind) { in getMCSection() argument
240 switch (SecKind) { in getMCSection()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp2281 auto SecKind = Sema::PragmaClangSectionKind::PCSK_Invalid; in HandlePragma() local
2292 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp275 PragmaClangSectionKind SecKind, in ActOnPragmaClangSection() argument
279 switch (SecKind) { in ActOnPragmaClangSection()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10901 PragmaClangSectionKind SecKind, StringRef SecName);