/external/clang/utils/TableGen/ |
D | TableGenBackends.h | 20 class RecordKeeper; variable 24 using llvm::RecordKeeper; 28 void EmitClangDeclContext(RecordKeeper &RK, raw_ostream &OS); 29 void EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS, 32 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS); 33 void EmitClangAttrExprArgsList(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 &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 EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentHTMLTags() 41 void EmitClangCommentHTMLTagsProperties(RecordKeeper &Records, in EmitClangCommentHTMLTagsProperties()
|
D | ClangCommentCommandInfoEmitter.cpp | 23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentCommandInfo() 108 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentCommandList()
|
D | ClangAttrEmitter.cpp | 880 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrClass() 983 void EmitClangAttrExprArgsList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrExprArgsList() 1025 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrImpl() 1081 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrList() 1149 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrPCHRead() 1193 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrPCHWrite() 1224 void EmitClangAttrSpellingList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrSpellingList() 1242 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrSpellingListIndex() 1303 void EmitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrLateParsedList() 1332 void EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrTemplateInstantiate() [all …]
|
D | ClangDiagnosticsEmitter.cpp | 41 RecordKeeper &Records; 44 DiagGroupParentMap(RecordKeeper &records) : Records(records) { in DiagGroupParentMap() 96 RecordKeeper &Records; 100 DiagCategoryIDMap(RecordKeeper &records) : Records(records) { in DiagCategoryIDMap() 477 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS, in EmitClangDiagsDefs() 597 void EmitClangDiagGroups(RecordKeeper &Records, raw_ostream &OS) { in EmitClangDiagGroups() 741 void EmitClangDiagsIndexName(RecordKeeper &Records, raw_ostream &OS) { in EmitClangDiagsIndexName()
|
D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 50 void EmitClangCommentHTMLNamedCharacterReferences(RecordKeeper &Records, in EmitClangCommentHTMLNamedCharacterReferences()
|
/external/llvm/utils/TableGen/ |
D | TableGenBackends.h | 61 class RecordKeeper; variable 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 &RK, raw_ostream &OS); 68 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS); 69 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS); 70 void EmitDisassembler(RecordKeeper &RK, raw_ostream &OS); 71 void EmitFastISel(RecordKeeper &RK, raw_ostream &OS); [all …]
|
D | CTagsEmitter.cpp | 51 RecordKeeper &Records; 53 CTagsEmitter(RecordKeeper &R) : Records(R) {} in CTagsEmitter() 97 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); } in EmitCTags()
|
D | CodeGenIntrinsics.h | 23 class RecordKeeper; variable 91 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 | DFAPacketizerEmitter.cpp | 41 RecordKeeper &Records; 44 DFAPacketizerEmitter(RecordKeeper &R); 265 DFAPacketizerEmitter::DFAPacketizerEmitter(RecordKeeper &R): in DFAPacketizerEmitter() 519 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) { in EmitDFAPacketizer()
|
D | CallingConvEmitter.cpp | 24 RecordKeeper &Records; 26 explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {} in CallingConvEmitter() 232 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) { in EmitCallingConv()
|
D | CodeGenTarget.h | 65 RecordKeeper &Records; 80 CodeGenTarget(RecordKeeper &Records);
|
D | DAGISelEmitter.cpp | 27 explicit DAGISelEmitter(RecordKeeper &R) : CGP(R) {} in DAGISelEmitter() 171 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) { in EmitDAGISel()
|
D | PseudoLoweringEmitter.cpp | 45 RecordKeeper &Records; 61 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {} in PseudoLoweringEmitter() 294 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS) { in EmitPseudoLowering()
|
D | CodeEmitterGen.cpp | 38 RecordKeeper &Records; 40 CodeEmitterGen(RecordKeeper &R) : Records(R) {} in CodeEmitterGen() 340 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) { in EmitCodeEmitter()
|
D | SetTheory.h | 61 class RecordKeeper; variable
|
D | CodeGenMapTable.cpp | 202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec): in MapTableEmitter() 499 static void emitEnums(raw_ostream &OS, RecordKeeper &Records) { in emitEnums() 565 void EmitMapTable(RecordKeeper &Records, raw_ostream &OS) { in EmitMapTable()
|
D | CodeGenSchedule.h | 220 RecordKeeper &Records; 249 CodeGenSchedModels(RecordKeeper& RK, const CodeGenTarget &TGT);
|
D | InstrInfoEmitter.cpp | 33 RecordKeeper &Records; 38 InstrInfoEmitter(RecordKeeper &R): in InstrInfoEmitter() 556 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) { in EmitInstrInfo()
|
D | CodeGenTarget.cpp | 130 CodeGenTarget::CodeGenTarget(RecordKeeper &records) in CodeGenTarget() 276 RecordKeeper &Records) { in GetInstByName() 404 std::vector<CodeGenIntrinsic> llvm::LoadIntrinsics(const RecordKeeper &RC, in LoadIntrinsics()
|
/external/llvm/include/llvm/TableGen/ |
D | Main.h | 19 class RecordKeeper; variable 23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
|
/external/llvm/lib/TableGen/ |
D | TGParser.h | 27 class RecordKeeper; variable 70 RecordKeeper &Records; 85 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) : in TGParser()
|
D | Main.cpp | 81 RecordKeeper Records; in TableGenMain()
|