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

  /external/swiftshader/third_party/LLVM/lib/Target/PTX/MCTargetDesc/
PTXMCAsmInfo.cpp 1 //===-- PTXMCAsmInfo.cpp - PTX asm properties -----------------------------===//
10 // This file contains the declarations of the PTXMCAsmInfo properties.
14 #include "PTXMCAsmInfo.h"
19 PTXMCAsmInfo::PTXMCAsmInfo(const Target &T, const StringRef &TT) {
PTXMCAsmInfo.h 1 //=====-- PTXMCAsmInfo.h - PTX asm properties -----------------*- C++ -*--====//
10 // This file contains the declaration of the PTXMCAsmInfo class.
23 struct PTXMCAsmInfo : public MCAsmInfo {
24 explicit PTXMCAsmInfo(const Target &T, const StringRef &TT);

Completed in 152 milliseconds