Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
HDJSONBackend.cpp27 class JSONEmitter { class
35 JSONEmitter(RecordKeeper &R);
42 JSONEmitter::JSONEmitter(RecordKeeper &R) : Records(R) {} in JSONEmitter() function in JSONEmitter
44 json::Value JSONEmitter::translateInit(const Init &I) { in translateInit()
122 void JSONEmitter::run(raw_ostream &OS) { in run()
187 void EmitJSON(RecordKeeper &RK, raw_ostream &OS) { JSONEmitter(RK).run(OS); } in EmitJSON()