Searched refs:getThreadData (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCContext.cpp | 565 : SectionKind::getThreadData(); in getELFSection() 585 .StartsWith(".tbss.", SectionKind::getThreadData()) in getELFSection() 586 .StartsWith(".gnu.linkonce.tb.", SectionKind::getThreadData()) in getELFSection() 587 .StartsWith(".llvm.linkonce.tb.", SectionKind::getThreadData()) in getELFSection() 588 .Case(".tdata", SectionKind::getThreadData()) in getELFSection() 589 .StartsWith(".tdata.", SectionKind::getThreadData()) in getELFSection() 590 .StartsWith(".gnu.linkonce.td.", SectionKind::getThreadData()) in getELFSection() 591 .StartsWith(".llvm.linkonce.td.", SectionKind::getThreadData()) in getELFSection()
|
H A D | MCObjectFileInfo.cpp | 952 ".tdata", SectionKind::getThreadData(), in initXCOFFMCObjectFileInfo()
|
/openbsd/gnu/llvm/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 207 static SectionKind getThreadData() { return get(ThreadData); } in getThreadData() function
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | WasmAsmParser.cpp | 158 .StartsWith(".tdata", SectionKind::getThreadData()) in parseSectionDirective()
|
H A D | ELFAsmParser.cpp | 114 SectionKind::getThreadData()); in ParseSectionDirectiveTData()
|
/openbsd/gnu/llvm/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 226 return SectionKind::getThreadData(); in getKindForGlobal()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 503 return SectionKind::getThreadData(); in getELFKindForNamedSection()
|