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"
26 void XCoreSubtarget::anchor() { }
28 XCoreSubtarget::XCoreSubtarget(const std::string &TT, const std::string &CPU,
XCoreSubtarget.h 1 //===-- XCoreSubtarget.h - Define Subtarget for the XCore -------*- C++ -*-===//
32 class XCoreSubtarget : public XCoreGenSubtargetInfo {
44 XCoreSubtarget(const std::string &TT, const std::string &CPU,

Completed in 63 milliseconds