Home
last modified time | relevance | path

Searched refs:getThreadBSS (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h206 static SectionKind getThreadBSS() { return get(ThreadBSS); } in getThreadBSS() function
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp159 .StartsWith(".tbss", SectionKind::getThreadBSS()) in parseSectionDirective()
H A DELFAsmParser.cpp120 SectionKind::getThreadBSS()); in ParseSectionDirectiveTBSS()
H A DDarwinAsmParser.cpp874 SectionKind::getThreadBSS()), in parseDirectiveTBSS()
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp224 return SectionKind::getThreadBSS(); in getKindForGlobal()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp564 Kind = (Type & ELF::SHT_NOBITS) ? SectionKind::getThreadBSS() in getELFSection()
584 .Case(".tbss", SectionKind::getThreadBSS()) in getELFSection()
H A DMCObjectFileInfo.cpp100 SectionKind::getThreadBSS()); in initMachOMCObjectFileInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp509 return SectionKind::getThreadBSS(); in getELFKindForNamedSection()