Searched refs:SV_ELF (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h51 TextSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getText());
53 new NVPTXSection(MCSection::SV_ELF, SectionKind::getDataRel());
54 BSSSection = new NVPTXSection(MCSection::SV_ELF, SectionKind::getBSS());
56 new NVPTXSection(MCSection::SV_ELF, SectionKind::getReadOnly());
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());
69 new NVPTXSection(MCSection::SV_ELF, SectionKin
[all...]
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h53 : MCSection(SV_ELF, K), SectionName(Section), Type(type), Flags(flags),
93 return S->getVariant() == SV_ELF;
H A DMCSection.h33 SV_ELF, enumerator in enum:llvm::MCSection::SectionVariant

Completed in 658 milliseconds