HomeSort by: relevance | last modified time | path
    Searched refs:RecordKeeper (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
TableGenBackends.h 20 // EmitFoo(RecordKeeper &RK, raw_ostream &OS /*, anything else you need */ )
25 // The RecordKeeper is just a top-level container for an in-memory
33 // access the node-graph. RecordKeeper also provides a handy method
35 // the exact interfaces provided by Record's and RecordKeeper.
62 class RecordKeeper;
64 void EmitIntrinsicEnums(RecordKeeper &RK, raw_ostream &OS);
65 void EmitIntrinsicImpl(RecordKeeper &RK, raw_ostream &OS);
66 void EmitAsmMatcher(RecordKeeper &RK, raw_ostream &OS);
67 void EmitAsmWriter(RecordKeeper &RK, raw_ostream &OS);
68 void EmitCallingConv(RecordKeeper &RK, raw_ostream &OS)
    [all...]
CodeGenHwModes.h 24 class RecordKeeper;
46 CodeGenHwModes(RecordKeeper &R);
57 RecordKeeper &Records;
Attributes.cpp 22 Attributes(RecordKeeper &R) : Records(R) {}
29 RecordKeeper &Records;
106 void EmitAttributes(RecordKeeper &RK, raw_ostream &OS) {
CTagsEmitter.cpp 47 RecordKeeper &Records;
49 CTagsEmitter(RecordKeeper &R) : Records(R) {}
84 void EmitCTags(RecordKeeper &RK, raw_ostream &OS) { CTagsEmitter(RK).run(OS); }
CodeBeadsGen.cpp 36 RecordKeeper &Records;
39 CodeBeadsGen(RecordKeeper &R) : Records(R) {}
132 void EmitCodeBeads(RecordKeeper &RK, raw_ostream &OS) {
DisassemblerEmitter.cpp 98 extern void EmitFixedLenDecoder(RecordKeeper &RK, raw_ostream &OS,
105 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) {
ExegesisEmitter.cpp 37 ExegesisEmitter(RecordKeeper &RK);
58 RecordKeeper &Records;
66 collectPfmCounters(const RecordKeeper &Records) {
97 ExegesisEmitter::ExegesisEmitter(RecordKeeper &RK)
211 void EmitExegesis(RecordKeeper &RK, raw_ostream &OS) {
DAGISelEmitter.cpp 26 RecordKeeper &Records; // Just so we can get at the timing functions.
29 explicit DAGISelEmitter(RecordKeeper &R) : Records(R), CGP(R) {}
189 void EmitDAGISel(RecordKeeper &RK, raw_ostream &OS) {
SubtargetFeatureInfo.h 49 getAll(const RecordKeeper &Records);
DFAEmitter.cpp 216 RecordKeeper &Records;
225 Automaton(RecordKeeper &Records, Record *R);
235 RecordKeeper &Records;
238 AutomatonEmitter(RecordKeeper &R) : Records(R) {}
265 Automaton::Automaton(RecordKeeper &Records, Record *R)
390 void EmitAutomata(RecordKeeper &RK, raw_ostream &OS) {
CodeGenIntrinsics.h 23 class RecordKeeper;
213 explicit CodeGenIntrinsicTable(const RecordKeeper &RC);
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
TableGenBackends.h 22 class RecordKeeper;
27 void EmitClangDeclContext(llvm::RecordKeeper &RK, llvm::raw_ostream &OS);
28 void EmitClangASTNodes(llvm::RecordKeeper &RK, llvm::raw_ostream &OS,
30 void EmitClangBasicReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
31 void EmitClangBasicWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
32 void EmitClangTypeNodes(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
33 void EmitClangTypeReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
34 void EmitClangTypeWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS);
35 void EmitClangAttrParserStringSwitches(llvm::RecordKeeper &Records,
38 llvm::RecordKeeper &Records, llvm::raw_ostream &OS)
    [all...]
ClangDataCollectorsEmitter.cpp 7 void clang::EmitClangDataCollectors(RecordKeeper &RK, raw_ostream &OS) {
ClangCommentHTMLTagsEmitter.cpp 22 void clang::EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) {
38 void clang::EmitClangCommentHTMLTagsProperties(RecordKeeper &Records,
ClangTypeNodesEmitter.cpp 77 RecordKeeper &Records;
83 TypeNodeEmitter(RecordKeeper &records, raw_ostream &out)
206 void clang::EmitClangTypeNodes(RecordKeeper &records, raw_ostream &out) {
ASTTableGen.cpp 107 static void visitHierarchy(RecordKeeper &records,
138 void clang::tblgen::visitASTNodeHierarchyImpl(RecordKeeper &records,
ClangCommentCommandInfoEmitter.cpp 23 void clang::EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) {
109 void clang::EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) {
ClangASTNodesEmitter.cpp 36 RecordKeeper &Records;
72 explicit ClangASTNodesEmitter(RecordKeeper &R, const std::string &N,
198 void clang::EmitClangASTNodes(RecordKeeper &RK, raw_ostream &OS,
205 void clang::EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) {
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 49 void clang::EmitClangCommentHTMLNamedCharacterReferences(RecordKeeper &Records,
ClangASTPropertiesEmitter.cpp 91 RecordKeeper &Records;
97 ASTPropsEmitter(RecordKeeper &records, raw_ostream &out)
592 static void emitASTReader(RecordKeeper &records, raw_ostream &out,
599 void clang::EmitClangTypeReader(RecordKeeper &records, raw_ostream &out) {
606 static void emitASTWriter(RecordKeeper &records, raw_ostream &out,
613 void clang::EmitClangTypeWriter(RecordKeeper &records, raw_ostream &out) {
849 void clang::EmitClangBasicReader(RecordKeeper &records, raw_ostream &out) {
859 void clang::EmitClangBasicWriter(RecordKeeper &records, raw_ostream &out) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Main.h 19 class RecordKeeper;
23 using TableGenMainFn = bool (raw_ostream &OS, RecordKeeper &Records);
DirectiveEmitter.h 13 explicit DirectiveLanguage(const llvm::RecordKeeper &Records)
61 const llvm::RecordKeeper &Records;
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TableGenBackendSkeleton.cpp 38 RecordKeeper &Records;
41 SkeletonEmitter(RecordKeeper &RK) : Records(RK) {}
59 void EmitSkeleton(RecordKeeper &RK, raw_ostream &OS) {
DetailedRecordsBackend.cpp 40 RecordKeeper &Records;
43 DetailedRecordsEmitter(RecordKeeper &RK) : Records(RK) {}
199 void EmitDetailedRecords(RecordKeeper &RK, raw_ostream &OS) {
JSONBackend.cpp 29 RecordKeeper &Records;
34 JSONEmitter(RecordKeeper &R);
41 JSONEmitter::JSONEmitter(RecordKeeper &R) : Records(R) {}
184 void EmitJSON(RecordKeeper &RK, raw_ostream &OS) { JSONEmitter(RK).run(OS); }

Completed in 36 milliseconds

1 2 3 4