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

  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 1 //===- CodeGenTarget.cpp - CodeGen Target Class Wrapper -------------------===//
17 #include "CodeGenTarget.h"
114 CodeGenTarget::CodeGenTarget(RecordKeeper &records)
125 const std::string &CodeGenTarget::getName() const {
129 std::string CodeGenTarget::getInstNamespace() const {
140 Record *CodeGenTarget::getInstructionSet() const {
147 Record *CodeGenTarget::getAsmParser() const {
157 Record *CodeGenTarget::getAsmParserVariant(unsigned i) const {
168 unsigned CodeGenTarget::getAsmParserVariantCount() const
    [all...]
CodeGenTarget.h 1 //===- CodeGenTarget.h - Target Class Wrapper -------------------*- C++ -*-===//
29 class CodeGenTarget;
61 /// CodeGenTarget - This class corresponds to the Target class in the .td files.
63 class CodeGenTarget {
77 CodeGenTarget(RecordKeeper &Records);

Completed in 36 milliseconds