HomeSort by relevance Sort by last modified time
    Searched refs:RecordKeeper (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/utils/TableGen/
TableGenBackends.h 20 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 &Records, raw_ostream &OS)
    [all...]
ClangCommentHTMLTagsEmitter.cpp 23 void EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) {
41 void EmitClangCommentHTMLTagsProperties(RecordKeeper &Records,
ClangCommentCommandInfoEmitter.cpp 23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) {
108 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) {
ClangASTNodesEmitter.cpp 31 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) {
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 50 void EmitClangCommentHTMLNamedCharacterReferences(RecordKeeper &Records,
ClangAttrEmitter.cpp     [all...]
ClangDiagnosticsEmitter.cpp 41 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) {
TableGen.cpp 141 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
  /external/llvm/include/llvm/TableGen/
Main.h 19 class RecordKeeper;
23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
  /external/llvm/utils/TableGen/
TableGenBackends.h 19 // 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 &RK, raw_ostream &OS)
    [all...]
CodeGenIntrinsics.h 23 class RecordKeeper;
91 std::vector<CodeGenIntrinsic> LoadIntrinsics(const RecordKeeper &RC,
DisassemblerEmitter.cpp 98 extern void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS,
106 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) {
CTagsEmitter.cpp 51 RecordKeeper &Records;
53 CTagsEmitter(RecordKeeper &R) : Records(R) {}
97 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); }
SetTheory.h 61 class RecordKeeper;
CodeGenTarget.h 65 RecordKeeper &Records;
80 CodeGenTarget(RecordKeeper &Records);
DAGISelEmitter.cpp 27 explicit DAGISelEmitter(RecordKeeper &R) : CGP(R) {}
171 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) {
DFAPacketizerEmitter.cpp 41 RecordKeeper &Records;
44 DFAPacketizerEmitter(RecordKeeper &R);
265 DFAPacketizerEmitter::DFAPacketizerEmitter(RecordKeeper &R):
519 void EmitDFAPacketizer(RecordKeeper &RK, raw_ostream &OS) {
CallingConvEmitter.cpp 24 RecordKeeper &Records;
26 explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {}
232 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS) {
CodeEmitterGen.cpp 38 RecordKeeper &Records;
40 CodeEmitterGen(RecordKeeper &R) : Records(R) {}
340 void EmitCodeEmitter(RecordKeeper &RK, raw_ostream &OS) {
PseudoLoweringEmitter.cpp 45 RecordKeeper &Records;
61 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {}
294 void EmitPseudoLowering(RecordKeeper &RK, raw_ostream &OS) {
CodeGenMapTable.cpp 202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec):
499 static void emitEnums(raw_ostream &OS, RecordKeeper &Records) {
565 void EmitMapTable(RecordKeeper &Records, raw_ostream &OS) {
TableGen.cpp 94 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
CodeGenSchedule.h 220 RecordKeeper &Records;
249 CodeGenSchedModels(RecordKeeper& RK, const CodeGenTarget &TGT);
  /external/llvm/lib/TableGen/
Main.cpp 81 RecordKeeper Records;
TGParser.h 27 class RecordKeeper;
70 RecordKeeper &Records;
85 TGParser(SourceMgr &SrcMgr, RecordKeeper &records) :

Completed in 239 milliseconds

1 2