HomeSort by relevance Sort by last modified time
    Searched defs:NVPTXMCAsmInfo (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 1 //===-- NVPTXMCAsmInfo.cpp - NVPTX asm properties -------------------------===//
10 // This file contains the declarations of the NVPTXMCAsmInfo properties.
14 #include "NVPTXMCAsmInfo.h"
26 void NVPTXMCAsmInfo::anchor() {}
28 NVPTXMCAsmInfo::NVPTXMCAsmInfo(const Triple &TheTriple) {
NVPTXMCAsmInfo.h 1 //===-- NVPTXMCAsmInfo.h - NVPTX asm properties ----------------*- C++ -*--===//
10 // This file contains the declaration of the NVPTXMCAsmInfo class.
23 class NVPTXMCAsmInfo : public MCAsmInfo {
27 explicit NVPTXMCAsmInfo(const Triple &TheTriple);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 1 //===-- NVPTXMCAsmInfo.cpp - NVPTX asm properties -------------------------===//
10 // This file contains the declarations of the NVPTXMCAsmInfo properties.
14 #include "NVPTXMCAsmInfo.h"
19 void NVPTXMCAsmInfo::anchor() {}
21 NVPTXMCAsmInfo::NVPTXMCAsmInfo(const Triple &TheTriple) {
NVPTXMCAsmInfo.h 1 //===-- NVPTXMCAsmInfo.h - NVPTX asm properties ----------------*- C++ -*--===//
10 // This file contains the declaration of the NVPTXMCAsmInfo class.
23 class NVPTXMCAsmInfo : public MCAsmInfo {
27 explicit NVPTXMCAsmInfo(const Triple &TheTriple);

Completed in 98 milliseconds