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

  /external/llvm/lib/Target/Sparc/
SparcSubtarget.cpp 1 //===-- SparcSubtarget.cpp - SPARC Subtarget Information ------------------===//
14 #include "SparcSubtarget.h"
24 void SparcSubtarget::anchor() { }
26 SparcSubtarget::SparcSubtarget(const std::string &TT, const std::string &CPU,
SparcSubtarget.h 1 //===-- SparcSubtarget.h - Define Subtarget for the SPARC -------*- C++ -*-===//
26 class SparcSubtarget : public SparcGenSubtargetInfo {
34 SparcSubtarget(const std::string &TT, const std::string &CPU,

Completed in 156 milliseconds