Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h200 static SectionKind getThreadData() { return get(ThreadData); } in getThreadData() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp150 .StartsWith(".tdata", SectionKind::getThreadData()) in parseSectionDirective()
H A DELFAsmParser.cpp116 SectionKind::getThreadData()); in ParseSectionDirectiveTData()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp228 return SectionKind::getThreadData(); in getKindForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp895 ".tdata", SectionKind::getThreadData(), in initXCOFFMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp469 return SectionKind::getThreadData(); in getELFKindForNamedSection()