/external/clang/utils/TableGen/ |
D | TableGenBackends.h | 23 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 …]
|
D | ClangASTNodesEmitter.cpp | 31 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()
|
D | ClangCommentHTMLTagsEmitter.cpp | 23 void clang::EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentHTMLTags() 38 void clang::EmitClangCommentHTMLTagsProperties(RecordKeeper &Records, in EmitClangCommentHTMLTagsProperties()
|
D | ClangCommentCommandInfoEmitter.cpp | 23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentCommandInfo() 109 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentCommandList()
|
D | ClangDiagnosticsEmitter.cpp | 42 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()
|
D | ClangAttrEmitter.cpp | 135 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 …]
|
D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 50 void EmitClangCommentHTMLNamedCharacterReferences(RecordKeeper &Records, in EmitClangCommentHTMLNamedCharacterReferences()
|
/external/llvm/utils/TableGen/ |
D | TableGenBackends.h | 63 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 …]
|
D | Attributes.cpp | 25 Attributes(RecordKeeper &R) : Records(R) {} in Attributes() 31 RecordKeeper &Records; 55 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) { in EmitAttributes()
|
D | CTagsEmitter.cpp | 48 RecordKeeper &Records; 50 CTagsEmitter(RecordKeeper &R) : Records(R) {} in CTagsEmitter() 85 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); } in EmitCTags()
|
D | CodeGenIntrinsics.h | 23 class RecordKeeper; variable 99 std::vector<CodeGenIntrinsic> LoadIntrinsics(const RecordKeeper &RC,
|
D | DisassemblerEmitter.cpp | 98 extern void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS, 106 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) { in EmitDisassembler()
|
D | CallingConvEmitter.cpp | 24 RecordKeeper &Records; 26 explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {} in CallingConvEmitter() 279 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) { in EmitCallingConv()
|
D | CodeEmitterGen.cpp | 30 RecordKeeper &Records; 32 CodeEmitterGen(RecordKeeper &R) : Records(R) {} in CodeEmitterGen() 321 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) { in EmitCodeEmitter()
|
D | CodeGenTarget.h | 65 RecordKeeper &Records; 81 CodeGenTarget(RecordKeeper &Records);
|
D | PseudoLoweringEmitter.cpp | 46 RecordKeeper &Records; 62 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {} in PseudoLoweringEmitter() 297 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS) { in EmitPseudoLowering()
|
D | DAGISelEmitter.cpp | 29 explicit DAGISelEmitter(RecordKeeper &R) : CGP(R) {} in DAGISelEmitter() 170 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) { in EmitDAGISel()
|
D | CodeGenMapTable.cpp | 202 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()
|
D | DFAPacketizerEmitter.cpp | 108 RecordKeeper &Records; 111 DFAPacketizerEmitter(RecordKeeper &R); 517 DFAPacketizerEmitter::DFAPacketizerEmitter(RecordKeeper &R): in DFAPacketizerEmitter() 992 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) { in EmitDFAPacketizer()
|
D | InstrInfoEmitter.cpp | 33 RecordKeeper &Records; 38 InstrInfoEmitter(RecordKeeper &R): in InstrInfoEmitter() 606 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) { in EmitInstrInfo()
|
D | CodeGenSchedule.h | 221 RecordKeeper &Records; 250 CodeGenSchedModels(RecordKeeper& RK, const CodeGenTarget &TGT);
|
/external/llvm/include/llvm/TableGen/ |
D | Main.h | 19 class RecordKeeper; variable 23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
|
D | Record.h | 34 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/ |
D | TGParser.h | 27 class RecordKeeper; variable 70 RecordKeeper &Records; 87 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) in TGParser()
|
D | Main.cpp | 74 RecordKeeper Records; in TableGenMain()
|