Home
last modified time | relevance | path

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

12

/external/clang/utils/TableGen/
DTableGenBackends.h23 class RecordKeeper; variable
27 using llvm::RecordKeeper;
31 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS);
32 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
35 void EmitClangAttrParserStringSwitches(RecordKeeper &Records, raw_ostream &OS);
36 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS);
37 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS);
38 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS);
39 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS);
40 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS);
[all …]
DClangASTNodesEmitter.cpp31 RecordKeeper &Records;
56 explicit ClangASTNodesEmitter(RecordKeeper &R, const std::string &N, in ClangASTNodesEmitter()
178 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, in EmitClangASTNodes()
185 void EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) { in EmitClangDeclContext()
DClangCommentHTMLTagsEmitter.cpp23 void clang::EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentHTMLTags()
38 void clang::EmitClangCommentHTMLTagsProperties(RecordKeeper &Records, in EmitClangCommentHTMLTagsProperties()
DClangCommentCommandInfoEmitter.cpp23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentCommandInfo()
109 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentCommandList()
DClangDiagnosticsEmitter.cpp42 RecordKeeper &Records;
45 DiagGroupParentMap(RecordKeeper &records) : Records(records) { in DiagGroupParentMap()
97 RecordKeeper &Records;
101 DiagCategoryIDMap(RecordKeeper &records) : Records(records) { in DiagCategoryIDMap()
485 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS, in EmitClangDiagsDefs()
816 static void emitCategoryTable(RecordKeeper &Records, raw_ostream &OS) { in emitCategoryTable()
825 void EmitClangDiagGroups(RecordKeeper &Records, raw_ostream &OS) { in EmitClangDiagGroups()
879 void EmitClangDiagsIndexName(RecordKeeper &Records, raw_ostream &OS) { in EmitClangDiagsIndexName()
DClangAttrEmitter.cpp135 static ParsedAttrMap getParsedAttrList(const RecordKeeper &Records, in getParsedAttrList()
1352 static void emitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) { in emitClangAttrLateParsedList()
1374 static void emitClangAttrTypeArgList(RecordKeeper &Records, raw_ostream &OS) { in emitClangAttrTypeArgList()
1400 static void emitClangAttrArgContextList(RecordKeeper &Records, raw_ostream &OS) { in emitClangAttrArgContextList()
1430 static void emitClangAttrIdentifierArgList(RecordKeeper &Records, raw_ostream &OS) { in emitClangAttrIdentifierArgList()
1454 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrClass()
1659 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrImpl()
1756 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrList()
1822 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrPCHRead()
1865 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrPCHWrite()
[all …]
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp50 void EmitClangCommentHTMLNamedCharacterReferences(RecordKeeper &Records, in EmitClangCommentHTMLNamedCharacterReferences()
/external/llvm/utils/TableGen/
DTableGenBackends.h63 class RecordKeeper; variable
65 void EmitIntrinsics(RecordKeeper &RK, raw_ostream &OS, bool TargetOnly = false);
66 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS);
67 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS);
68 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS);
69 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS);
70 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS);
71 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS);
72 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS);
73 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS);
[all …]
DAttributes.cpp25 Attributes(RecordKeeper &R) : Records(R) {} in Attributes()
31 RecordKeeper &Records;
55 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes()
DCTagsEmitter.cpp48 RecordKeeper &Records;
50 CTagsEmitter(RecordKeeper &R) : Records(R) {} in CTagsEmitter()
85 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); } in EmitCTags()
DCodeGenIntrinsics.h23 class RecordKeeper; variable
99 std::vector<CodeGenIntrinsic> LoadIntrinsics(const RecordKeeper &RC,
DDisassemblerEmitter.cpp98 extern void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS,
106 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) { in EmitDisassembler()
DCallingConvEmitter.cpp24 RecordKeeper &Records;
26 explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {} in CallingConvEmitter()
279 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) { in EmitCallingConv()
DCodeEmitterGen.cpp30 RecordKeeper &Records;
32 CodeEmitterGen(RecordKeeper &R) : Records(R) {} in CodeEmitterGen()
321 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) { in EmitCodeEmitter()
DCodeGenTarget.h65 RecordKeeper &Records;
81 CodeGenTarget(RecordKeeper &Records);
DPseudoLoweringEmitter.cpp46 RecordKeeper &Records;
62 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {} in PseudoLoweringEmitter()
297 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS) { in EmitPseudoLowering()
DDAGISelEmitter.cpp29 explicit DAGISelEmitter(RecordKeeper &R) : CGP(R) {} in DAGISelEmitter()
170 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) { in EmitDAGISel()
DCodeGenMapTable.cpp202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec): in MapTableEmitter()
494 static void emitEnums(raw_ostream &OS, RecordKeeper &Records) { in emitEnums()
560 void EmitMapTable(RecordKeeper &Records, raw_ostream &OS) { in EmitMapTable()
DDFAPacketizerEmitter.cpp108 RecordKeeper &Records;
111 DFAPacketizerEmitter(RecordKeeper &R);
517 DFAPacketizerEmitter::DFAPacketizerEmitter(RecordKeeper &R): in DFAPacketizerEmitter()
992 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) { in EmitDFAPacketizer()
DInstrInfoEmitter.cpp33 RecordKeeper &Records;
38 InstrInfoEmitter(RecordKeeper &R): in InstrInfoEmitter()
606 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) { in EmitInstrInfo()
DCodeGenSchedule.h221 RecordKeeper &Records;
250 CodeGenSchedModels(RecordKeeper& RK, const CodeGenTarget &TGT);
/external/llvm/include/llvm/TableGen/
DMain.h19 class RecordKeeper; variable
23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
DRecord.h34 class RecordKeeper; variable
1160 RecordKeeper &TrackedRecords;
1182 explicit Record(Init *N, ArrayRef<SMLoc> locs, RecordKeeper &records,
1189 RecordKeeper &records, bool Anonymous = false)
1319 RecordKeeper &getRecords() const { in getRecords()
1427 MultiClass(const std::string &Name, SMLoc Loc, RecordKeeper &Records) : in MultiClass()
1431 class RecordKeeper {
1578 raw_ostream &operator<<(raw_ostream &OS, const RecordKeeper &RK);
/external/llvm/lib/TableGen/
DTGParser.h27 class RecordKeeper; variable
70 RecordKeeper &Records;
87 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) in TGParser()
DMain.cpp74 RecordKeeper Records; in TableGenMain()

12