Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DTableGenBackends.h94 void EmitDirectivesDecl(RecordKeeper &RK, raw_ostream &OS);
H A DTableGen.cpp273 EmitDirectivesDecl(Records, OS); in LLVMTableGenMain()
H A DDirectiveEmitter.cpp178 void EmitDirectivesDecl(RecordKeeper &Records, raw_ostream &OS) { in EmitDirectivesDecl() function