OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BSSSection
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp
27
BSSSection
=
53
TLSBSSSection =
BSSSection
;
/external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h
27
BSSSection
= 0;
50
delete
BSSSection
;
74
BSSSection
= new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS());
/external/llvm/include/llvm/MC/
MCObjectFileInfo.h
66
///
BSSSection
- Section that is default initialized to zero.
67
const MCSection *
BSSSection
;
215
const MCSection *getBSSSection() const { return
BSSSection
; }
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
268
if (Kind.isBSS() &&
BSSSection
!= 0)
269
return
BSSSection
;
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
313
// Note: we claim that common symbols are put in
BSSSection
, but they are
316
if (Kind.isBSS() || Kind.isCommon()) return
BSSSection
;
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
330
BSSSection
=
Completed in 32 milliseconds