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

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

Completed in 28 milliseconds