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

/external/llvm/lib/Target/NVPTX/
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, nullptr) {} function in class:llvm::NVPTXSection
30 virtual ~NVPTXSection() {}

Completed in 73 milliseconds