OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVPTXSection
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXSection.h
1
//===-
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 {
29
NVPTXSection
(SectionVariant V, SectionKind K) : MCSection(V, K) {}
30
~
NVPTXSection
() {}
NVPTXTargetObjectFile.h
13
#include "
NVPTXSection
.h"
71
TextSection = new
NVPTXSection
(MCSection::SV_ELF, SectionKind::getText());
73
new
NVPTXSection
(MCSection::SV_ELF, SectionKind::getDataRel());
74
BSSSection = new
NVPTXSection
(MCSection::SV_ELF, SectionKind::getBSS());
76
new
NVPTXSection
(MCSection::SV_ELF, SectionKind::getReadOnly());
79
new
NVPTXSection
(MCSection::SV_ELF, SectionKind::getMetadata());
81
new
NVPTXSection
(MCSection::SV_ELF, SectionKind::getMetadata());
83
new
NVPTXSection
(MCSection::SV_ELF, SectionKind::getMetadata());
85
new
NVPTXSection
(MCSection::SV_ELF, SectionKind::getMetadata());
87
new
NVPTXSection
(MCSection::SV_ELF, SectionKind::getMetadata())
[
all
...]
Completed in 3270 milliseconds