Searched refs:getThreadData (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCContext.cpp | 566 : 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 D | MCObjectFileInfo.cpp | 974 ".tdata", SectionKind::getThreadData(), in initXCOFFMCObjectFileInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 207 static SectionKind getThreadData() { return get(ThreadData); } in getThreadData() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | WasmAsmParser.cpp | 159 .StartsWith(".tdata", SectionKind::getThreadData()) in parseSectionDirective()
|
| H A D | ELFAsmParser.cpp | 115 SectionKind::getThreadData()); in ParseSectionDirectiveTData()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 226 return SectionKind::getThreadData(); in getKindForGlobal()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 495 return SectionKind::getThreadData(); in getELFKindForNamedSection()
|