OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OptParserEmitter
(Results
1 - 4
of
4
) sorted by null
/external/clang/utils/TableGen/
OptParserEmitter.h
1
//===-
OptParserEmitter
.h - Table Driven Command Line Parsing ---*- C++ -*-===//
16
///
OptParserEmitter
- This tablegen backend takes an input .td file
19
class
OptParserEmitter
: public TableGenBackend {
24
OptParserEmitter
(RecordKeeper &R, bool _GenDefs)
Android.mk
9
OptParserEmitter
.cpp \
TableGen.cpp
19
#include "
OptParserEmitter
.h"
166
OptParserEmitter
(Records, true).run(OS);
169
OptParserEmitter
(Records, false).run(OS);
OptParserEmitter.cpp
1
//===-
OptParserEmitter
.cpp - Table Driven Command Line Parsing -----------===//
10
#include "
OptParserEmitter
.h"
72
void
OptParserEmitter
::run(raw_ostream &OS) {
Completed in 508 milliseconds