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

12

/freebsd-10.0-release/contrib/llvm/tools/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 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
[all...]
H A DClangCommentHTMLTagsEmitter.cpp23 void EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) {
41 void EmitClangCommentHTMLTagsProperties(RecordKeeper &Records,
H A DClangCommentCommandInfoEmitter.cpp23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) {
108 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 DClangAttrEmitter.cpp880 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) {
975 void EmitClangAttrExprArgsList(RecordKeeper &Records, raw_ostream &OS) {
1017 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) {
1073 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS) {
1141 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS) {
1185 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS) {
1216 void EmitClangAttrSpellingList(RecordKeeper &Records, raw_ostream &OS) {
1234 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS) {
1295 void EmitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) {
1324 void EmitClangAttrTemplateInstantiate(RecordKeeper
[all...]
H A DClangDiagnosticsEmitter.cpp41 RecordKeeper &Records;
44 DiagGroupParentMap(RecordKeeper &records) : Records(records) {
96 RecordKeeper &Records;
100 DiagCategoryIDMap(RecordKeeper &records) : Records(records) {
477 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS,
597 void EmitClangDiagGroups(RecordKeeper &Records, raw_ostream &OS) {
741 void EmitClangDiagsIndexName(RecordKeeper &Records, raw_ostream &OS) {
H A DTableGen.cpp146 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
/freebsd-10.0-release/contrib/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;
89 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.cpp51 RecordKeeper &Records;
53 CTagsEmitter(RecordKeeper &R) : Records(R) {}
97 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); }
H A DSetTheory.h61 class RecordKeeper;
H A DCodeGenTarget.h65 RecordKeeper &Records;
80 CodeGenTarget(RecordKeeper &Records);
H A DDAGISelEmitter.cpp27 explicit DAGISelEmitter(RecordKeeper &R) : CGP(R) {}
171 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) {
H A DDFAPacketizerEmitter.cpp41 RecordKeeper &Records;
44 DFAPacketizerEmitter(RecordKeeper &R);
265 DFAPacketizerEmitter::DFAPacketizerEmitter(RecordKeeper &R):
519 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) {
H A DCallingConvEmitter.cpp24 RecordKeeper &Records;
26 explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {}
232 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) {
H A DCodeEmitterGen.cpp38 RecordKeeper &Records;
40 CodeEmitterGen(RecordKeeper &R) : Records(R) {}
337 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) {
H A DPseudoLoweringEmitter.cpp45 RecordKeeper &Records;
61 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {}
294 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS) {
H A DCodeGenMapTable.cpp202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec):
499 static void emitEnums(raw_ostream &OS, RecordKeeper &Records) {
565 void EmitMapTable(RecordKeeper &Records, raw_ostream &OS) {
H A DInstrInfoEmitter.cpp33 RecordKeeper &Records;
38 InstrInfoEmitter(RecordKeeper &R):
419 void EmitInstrInfo(RecordKeeper &RK, raw_ostream &OS) {
H A DTableGen.cpp94 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
/freebsd-10.0-release/contrib/llvm/include/llvm/TableGen/
H A DMain.h19 class RecordKeeper;
23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DMain.cpp81 RecordKeeper Records;
H A DTGParser.h27 class RecordKeeper;
70 RecordKeeper &Records;
85 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) :

Completed in 84 milliseconds

12