Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DSectionKind.h197 static SectionKind getThreadData() { return get(ThreadData); } in getThreadData() function
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp159 return SectionKind::getThreadData(); in getKindForGlobal()
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp117 SectionKind::getThreadData()); in ParseSectionDirectiveTData()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp419 return SectionKind::getThreadData(); in getELFKindForNamedSection()