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

/freebsd-10.2-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXTargetObjectFile.h13 #include "NVPTXSection.h"
51 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(MCSectio
[all...]
H A DNVPTXSection.h1 //===- NVPTXSection.h - NVPTX-specific section representation -*- C++ -*-===//
10 // This file declares the NVPTXSection class.
22 /// NVPTXSection - Represents a section in PTX
26 class NVPTXSection : public MCSection { class in namespace:llvm
29 NVPTXSection(SectionVariant V, SectionKind K) : MCSection(V, K) {} function in class:llvm::NVPTXSection
30 virtual ~NVPTXSection() {}
H A DNVPTXISelLowering.cpp2292 // Pin NVPTXSection's and NVPTXTargetObjectFile's vtables to this file.
2293 void NVPTXSection::anchor() {}

Completed in 38 milliseconds