Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp565 : 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 DMCObjectFileInfo.cpp952 ".tdata", SectionKind::getThreadData(), in initXCOFFMCObjectFileInfo()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h207 static SectionKind getThreadData() { return get(ThreadData); } in getThreadData() function
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp158 .StartsWith(".tdata", SectionKind::getThreadData()) in parseSectionDirective()
H A DELFAsmParser.cpp114 SectionKind::getThreadData()); in ParseSectionDirectiveTData()
/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp226 return SectionKind::getThreadData(); in getKindForGlobal()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp503 return SectionKind::getThreadData(); in getELFKindForNamedSection()