Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DTableGenBackend.h49 bool ApplyCallback(const RecordKeeper &Records, raw_ostream &OS);
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp63 bool llvm::TableGen::Emitter::ApplyCallback(const RecordKeeper &Records, in ApplyCallback() function in llvm::TableGen::Emitter
H A DMain.cpp152 if (TableGen::Emitter::ApplyCallback(Records, Out)) in TableGenMain()