Home
last modified time | relevance | path

Searched refs:getThreadData (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp566 : SectionKind::getThreadData(); in getELFSection()
586 .StartsWith(".tbss.", SectionKind::getThreadData()) in getELFSection()
587 .StartsWith(".gnu.linkonce.tb.", SectionKind::getThreadData()) in getELFSection()
588 .StartsWith(".llvm.linkonce.tb.", SectionKind::getThreadData()) in getELFSection()
589 .Case(".tdata", SectionKind::getThreadData()) in getELFSection()
590 .StartsWith(".tdata.", SectionKind::getThreadData()) in getELFSection()
591 .StartsWith(".gnu.linkonce.td.", SectionKind::getThreadData()) in getELFSection()
592 .StartsWith(".llvm.linkonce.td.", SectionKind::getThreadData()) in getELFSection()
H A DMCObjectFileInfo.cpp974 ".tdata", SectionKind::getThreadData(), in initXCOFFMCObjectFileInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h207 static SectionKind getThreadData() { return get(ThreadData); } in getThreadData() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp159 .StartsWith(".tdata", SectionKind::getThreadData()) in parseSectionDirective()
H A DELFAsmParser.cpp115 SectionKind::getThreadData()); in ParseSectionDirectiveTData()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp226 return SectionKind::getThreadData(); in getKindForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp495 return SectionKind::getThreadData(); in getELFKindForNamedSection()