Searched refs:SV_ELF (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXTargetObjectFile.h | 49 TextSection = new NVPTXSection(MCSection::SV_ELF, in Initialize() 51 DataSection = new NVPTXSection(MCSection::SV_ELF, in Initialize() 53 BSSSection = new NVPTXSection(MCSection::SV_ELF, in Initialize() 55 ReadOnlySection = new NVPTXSection(MCSection::SV_ELF, in Initialize() 58 StaticCtorSection = new NVPTXSection(MCSection::SV_ELF, in Initialize() 60 StaticDtorSection = new NVPTXSection(MCSection::SV_ELF, in Initialize() 62 LSDASection = new NVPTXSection(MCSection::SV_ELF, in Initialize() 64 EHFrameSection = new NVPTXSection(MCSection::SV_ELF, in Initialize() 66 DwarfAbbrevSection = new NVPTXSection(MCSection::SV_ELF, in Initialize() 68 DwarfInfoSection = new NVPTXSection(MCSection::SV_ELF, in Initialize() [all …]
|
/external/llvm/include/llvm/MC/ |
D | MCSectionELF.h | 52 : MCSection(SV_ELF, K), SectionName(Section), Type(type), Flags(flags), in MCSectionELF() 84 return S->getVariant() == SV_ELF; in classof()
|
D | MCSection.h | 32 SV_ELF, enumerator
|