Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFStreamer.h84 DebugSectionKind SecKind) override;
225 MCSection *getMCSection(DebugSectionKind SecKind);
H A DDWARFLinker.h47 DebugSectionKind SecKind) = 0;
/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.cpp2302 auto SecKind = PragmaClangSectionKind::Invalid; in HandlePragma() local
2313 SecKind = PragmaClangSectionKind::BSS; in HandlePragma()
2315 SecKind = PragmaClangSectionKind::Data; in HandlePragma()
2317 SecKind = PragmaClangSectionKind::Rodata; in HandlePragma()
2319 SecKind = PragmaClangSectionKind::Relro; in HandlePragma()
2321 SecKind = PragmaClangSectionKind::Text; in HandlePragma()
2331 << SecKind; in HandlePragma()
2343 SecKind, SecName); in HandlePragma()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAttr.cpp391 PragmaClangSectionKind SecKind, in ActOnPragmaClangSection() argument
395 switch (SecKind) { in ActOnPragmaClangSection()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2155 PragmaClangSectionKind SecKind,