OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
130
CodeGenTarget
::
CodeGenTarget
(RecordKeeper &records)
140
CodeGenTarget
::~
CodeGenTarget
() {
145
const std::string &
CodeGenTarget
::getName() const {
149
std::string
CodeGenTarget
::getInstNamespace() const {
160
Record *
CodeGenTarget
::getInstructionSet() const {
167
Record *
CodeGenTarget
::getAsmParser() const
[
all
...]
CodeGenTarget.h
1
//===-
CodeGenTarget
.h - Target Class Wrapper -------------------*- C++ -*-===//
30
class
CodeGenTarget
;
62
///
CodeGenTarget
- This class corresponds to the Target class in the .td files.
64
class
CodeGenTarget
{
80
CodeGenTarget
(RecordKeeper &Records);
81
~
CodeGenTarget
();
Completed in 3612 milliseconds