OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBSS
(Results
1 - 21
of
21
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
LDFileFormat.h
82
LDSection&
getBSS
() {
87
const LDSection&
getBSS
() const {
/external/llvm/lib/Target/Hexagon/
HexagonTargetObjectFile.cpp
43
SectionKind::
getBSS
());
/external/llvm/lib/Target/Mips/
MipsTargetObjectFile.cpp
39
SectionKind::
getBSS
());
/external/llvm/include/llvm/MC/
SectionKind.h
225
static SectionKind
getBSS
() { return get(BSS); }
/external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h
54
BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::
getBSS
());
/external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp
28
SectionKind::
getBSS
());
33
SectionKind::
getBSS
());
/external/llvm/lib/MC/
MCObjectFileInfo.cpp
135
SectionKind::
getBSS
());
138
SectionKind::
getBSS
());
416
SectionKind::
getBSS
());
601
SectionKind::
getBSS
());
[
all
...]
MCELFStreamer.cpp
246
SectionKind::
getBSS
());
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
161
return SectionKind::
getBSS
();
/external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp
767
0, SectionKind::
getBSS
()));
825
0, SectionKind::
getBSS
()),
[
all
...]
COFFAsmParser.cpp
111
SectionKind::
getBSS
());
ELFAsmParser.cpp
95
ELF::SHF_ALLOC, SectionKind::
getBSS
());
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp
118
bss_sect_hdr = &file_format->
getBSS
();
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
132
return SectionKind::
getBSS
();
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
770
LDSection& bss_sect = file_format->
getBSS
();
[
all
...]
HexagonRelocator.cpp
406
bss_sect_hdr = &file_format->
getBSS
();
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp
528
LDSection& bss_sect = file_format->
getBSS
();
MipsRelocator.cpp
505
: &fileFormat->
getBSS
();
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp
396
bss_sect_hdr = &file_format->
getBSS
();
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
234
bss_sect_hdr = &file_format->
getBSS
();
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
Completed in 311 milliseconds