OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getThreadBSS
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/MC/
SectionKind.h
223
static SectionKind
getThreadBSS
() { return get(ThreadBSS); }
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
132
return SectionKind::
getThreadBSS
();
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
49
SectionKind::
getThreadBSS
());
361
SectionKind::
getThreadBSS
());
/external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp
691
0, SectionKind::
getThreadBSS
()),
ELFAsmParser.cpp
114
SectionKind::
getThreadBSS
());
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
151
return SectionKind::
getThreadBSS
();
Completed in 39 milliseconds