Home
last modified time | relevance | path

Searched refs:EmitOptParser (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DTableGenBackends.h81 void EmitOptParser(RecordKeeper &RK, raw_ostream &OS);
H A DTableGen.cpp213 EmitOptParser(Records, OS); in LLVMTableGenMain()
H A DOptParserEmitter.cpp215 void EmitOptParser(RecordKeeper &Records, raw_ostream &OS) { in EmitOptParser() function