Searched refs:RecordKeeper (Results 1 - 25 of 45) sorted by relevance

12

/external/clang/utils/TableGen/
H A DTableGenBackends.h20 class RecordKeeper;
24 using llvm::RecordKeeper;
28 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS);
29 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
32 void EmitClangAttrParserStringSwitches(RecordKeeper &Records, raw_ostream &OS);
33 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS);
34 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS);
35 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS);
36 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS);
37 void EmitClangAttrPCHWrite(RecordKeeper
[all...]
H A DClangCommentHTMLTagsEmitter.cpp23 void clang::EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) {
39 void clang::EmitClangCommentHTMLTagsProperties(RecordKeeper &Records,
H A DClangCommentCommandInfoEmitter.cpp23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) {
109 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) {
H A DClangASTNodesEmitter.cpp31 RecordKeeper &Records;
56 explicit ClangASTNodesEmitter(RecordKeeper &R, const std::string &N,
178 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
185 void EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) {
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp50 void EmitClangCommentHTMLNamedCharacterReferences(RecordKeeper &Records,
H A DClangDiagnosticsEmitter.cpp42 RecordKeeper &Records;
45 DiagGroupParentMap(RecordKeeper &records) : Records(records) {
97 RecordKeeper &Records;
101 DiagCategoryIDMap(RecordKeeper &records) : Records(records) {
485 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS,
816 static void emitCategoryTable(RecordKeeper &Records, raw_ostream &OS) {
825 void EmitClangDiagGroups(RecordKeeper &Records, raw_ostream &OS) {
879 void EmitClangDiagsIndexName(RecordKeeper &Records, raw_ostream &OS) {
H A DClangAttrEmitter.cpp134 static ParsedAttrMap getParsedAttrList(const RecordKeeper &Records,
1258 static void emitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) {
1280 static void emitClangAttrTypeArgList(RecordKeeper &Records, raw_ostream &OS) {
1306 static void emitClangAttrArgContextList(RecordKeeper &Records, raw_ostream &OS) {
1335 static void emitClangAttrIdentifierArgList(RecordKeeper &Records, raw_ostream &OS) {
1359 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) {
1553 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) {
1612 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS) {
1664 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS) {
1707 void EmitClangAttrPCHWrite(RecordKeeper
[all...]
H A DTableGen.cpp143 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
/external/llvm/utils/TableGen/
H A DTableGenBackends.h19 // EmitFoo(RecordKeeper &RK, raw_ostream &OS /*, anything else you need */ )
24 // The RecordKeeper is just a top-level container for an in-memory
32 // access the node-graph. RecordKeeper also provides a handy method
34 // the exact interfaces provided by Record's and RecordKeeper.
61 class RecordKeeper;
63 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false);
64 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS);
65 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS);
66 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS);
67 void EmitCodeEmitter(RecordKeeper
[all...]
H A DCodeGenIntrinsics.h23 class RecordKeeper;
95 std::vector<CodeGenIntrinsic> LoadIntrinsics(const RecordKeeper &RC,
H A DDisassemblerEmitter.cpp98 extern void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS,
106 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) {
H A DCTagsEmitter.cpp50 RecordKeeper &Records;
52 CTagsEmitter(RecordKeeper &R) : Records(R) {}
96 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); }
H A DCodeGenTarget.h65 RecordKeeper &Records;
80 CodeGenTarget(RecordKeeper &Records);
H A DDAGISelEmitter.cpp29 explicit DAGISelEmitter(RecordKeeper &R) : CGP(R) {}
170 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) {
H A DDFAPacketizerEmitter.cpp41 RecordKeeper &Records;
44 DFAPacketizerEmitter(RecordKeeper &R);
250 DFAPacketizerEmitter::DFAPacketizerEmitter(RecordKeeper &R):
502 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) {
H A DCallingConvEmitter.cpp24 RecordKeeper &Records;
26 explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {}
259 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) {
H A DCodeEmitterGen.cpp38 RecordKeeper &Records;
40 CodeEmitterGen(RecordKeeper &R) : Records(R) {}
335 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) {
H A DPseudoLoweringEmitter.cpp46 RecordKeeper &Records;
62 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {}
298 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS) {
H A DCodeGenMapTable.cpp202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec):
498 static void emitEnums(raw_ostream &OS, RecordKeeper &Records) {
564 void EmitMapTable(RecordKeeper &Records, raw_ostream &OS) {
H A DTableGen.cpp94 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
H A DCodeGenSchedule.h220 RecordKeeper &Records;
249 CodeGenSchedModels(RecordKeeper& RK, const CodeGenTarget &TGT);
/external/llvm/include/llvm/TableGen/
H A DMain.h19 class RecordKeeper;
23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
H A DSetTheory.h61 class RecordKeeper;
/external/llvm/lib/TableGen/
H A DTGParser.h27 class RecordKeeper;
70 RecordKeeper &Records;
87 TGParser(SourceMgr &SrcMgr, RecordKeeper &records)
H A DMain.cpp81 RecordKeeper Records;

Completed in 1058 milliseconds

12