OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SV_ELF
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXTargetObjectFile.h
50
TextSection = new NVPTXSection(MCSection::
SV_ELF
, SectionKind::getText());
51
DataSection = new NVPTXSection(MCSection::
SV_ELF
, SectionKind::getData());
52
BSSSection = new NVPTXSection(MCSection::
SV_ELF
, SectionKind::getBSS());
54
new NVPTXSection(MCSection::
SV_ELF
, SectionKind::getReadOnly());
57
new NVPTXSection(MCSection::
SV_ELF
, SectionKind::getMetadata());
59
new NVPTXSection(MCSection::
SV_ELF
, SectionKind::getMetadata());
61
new NVPTXSection(MCSection::
SV_ELF
, SectionKind::getMetadata());
63
new NVPTXSection(MCSection::
SV_ELF
, SectionKind::getMetadata());
65
new NVPTXSection(MCSection::
SV_ELF
, SectionKind::getMetadata());
67
new NVPTXSection(MCSection::
SV_ELF
, SectionKind::getMetadata())
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSectionELF.h
49
: MCSection(
SV_ELF
, K), SectionName(Section), Type(type), Flags(flags),
76
return S->getVariant() ==
SV_ELF
;
MCSection.h
33
SV_ELF
,
/external/llvm/include/llvm/MC/
MCSectionELF.h
58
: MCSection(
SV_ELF
, K, Begin), SectionName(Section), Type(type),
92
return S->getVariant() ==
SV_ELF
;
MCSection.h
50
enum SectionVariant { SV_COFF = 0,
SV_ELF
, SV_MachO };
Completed in 662 milliseconds