OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isThreadBSS
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCSectionXCOFF.cpp
88
// eligible for .bss/.tbss csect, getKind().
isThreadBSS
() is used to cover
92
getKind().
isThreadBSS
()) &&
102
if (getKind().
isThreadBSS
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h
155
bool
isThreadBSS
() const { return K == ThreadBSS || K == ThreadBSSLocal; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
496
if (K.isBSS() || K.
isThreadBSS
())
596
if (Kind.
isThreadBSS
())
1254
if (Kind.
isThreadBSS
()) return TLSBSSSection;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
635
if (GVKind.
isThreadBSS
()) {
Completed in 32 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026