Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DTableGenBackends.h84 void EmitOptParser(RecordKeeper &RK, raw_ostream &OS);
H A DTableGen.cpp193 EmitOptParser(Records, OS); in LLVMTableGenMain()
H A DOptParserEmitter.cpp110 void EmitOptParser(RecordKeeper &Records, raw_ostream &OS) { in EmitOptParser() function