Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h83 DebugSectionKind SecKind) override;
221 MCSection *getMCSection(DebugSectionKind SecKind);
/freebsd/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/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp2292 auto SecKind = Sema::PragmaClangSectionKind::PCSK_Invalid; in HandlePragma() local
2303 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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp288 PragmaClangSectionKind SecKind, in ActOnPragmaClangSection() argument
292 switch (SecKind) { in ActOnPragmaClangSection()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1848 PragmaClangSectionKind SecKind,