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

1 2 3 4 5 6 7 8 9

  /external/clang/utils/TableGen/
TableGenBackends.h 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);
41 void EmitClangAttrHasAttrImpl(RecordKeeper &Records, raw_ostream &OS);
42 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS);
43 void EmitClangAttrASTVisitor(RecordKeeper &Records, raw_ostream &OS);
44 void EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostream &OS)
    [all...]
TableGen.cpp 144 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) {
147 EmitClangAttrClass(Records, OS);
150 EmitClangAttrParserStringSwitches(Records, OS);
153 EmitClangAttrImpl(Records, OS);
156 EmitClangAttrList(Records, OS);
159 EmitClangAttrPCHRead(Records, OS);
162 EmitClangAttrPCHWrite(Records, OS);
165 EmitClangAttrHasAttrImpl(Records, OS);
168 EmitClangAttrSpellingListIndex(Records, OS);
171 EmitClangAttrASTVisitor(Records, OS)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmMatcherEmitter.h 23 RecordKeeper &Records;
25 AsmMatcherEmitter(RecordKeeper &R) : Records(R) {}
DAGISelEmitter.h 26 RecordKeeper &Records;
29 explicit DAGISelEmitter(RecordKeeper &R) : Records(R), CGP(R) {}
DisassemblerEmitter.h 18 RecordKeeper &Records;
20 DisassemblerEmitter(RecordKeeper &R) : Records(R) {}
InstrEnumEmitter.h 23 RecordKeeper &Records;
25 InstrEnumEmitter(RecordKeeper &R) : Records(R) {}
EDEmitter.h 24 RecordKeeper &Records;
  /external/llvm/include/llvm/TableGen/
Main.h 21 /// \brief Perform the action using Records, and write output to OS.
23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
TableGenAction.h 27 /// Perform the action using Records, and write output to OS.
29 virtual bool operator()(raw_ostream &OS, RecordKeeper &Records) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Main.h 21 /// \brief Perform the action using Records, and write output to OS.
23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
Trace.h 10 // Defines the XRay Trace class representing records in an XRay trace file.
27 /// A Trace object represents the records that have been loaded from XRay
49 std::vector<XRayRecord> Records;
59 citerator begin() const { return Records.begin(); }
60 citerator end() const { return Records.end(); }
61 size_t size() const { return Records.size(); }
64 /// This function will attempt to load XRay trace records from the provided
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/
Main.h 22 /// \brief Perform the action using Records, and write output to OS.
24 using TableGenMainFn = bool (raw_ostream &OS, RecordKeeper &Records);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/XRay/
Trace.h 10 // Defines the XRay Trace class representing records in an XRay trace file.
27 /// A Trace object represents the records that have been loaded from XRay
49 std::vector<XRayRecord> Records;
59 citerator begin() const { return Records.begin(); }
60 citerator end() const { return Records.end(); }
61 size_t size() const { return Records.size(); }
64 /// This function will attempt to load XRay trace records from the provided
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/TableGen/
Main.h 22 /// \brief Perform the action using Records, and write output to OS.
24 using TableGenMainFn = bool (raw_ostream &OS, RecordKeeper &Records);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/XRay/
Trace.h 10 // Defines the XRay Trace class representing records in an XRay trace file.
27 /// A Trace object represents the records that have been loaded from XRay
49 std::vector<XRayRecord> Records;
59 citerator begin() const { return Records.begin(); }
60 citerator end() const { return Records.end(); }
61 size_t size() const { return Records.size(); }
64 /// This function will attempt to load XRay trace records from the provided
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/TableGen/
Main.h 22 /// Perform the action using Records, and write output to OS.
24 using TableGenMainFn = bool (raw_ostream &OS, RecordKeeper &Records);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/XRay/
Trace.h 10 // Defines the XRay Trace class representing records in an XRay trace file.
27 /// A Trace object represents the records that have been loaded from XRay
49 std::vector<XRayRecord> Records;
59 citerator begin() const { return Records.begin(); }
60 citerator end() const { return Records.end(); }
61 size_t size() const { return Records.size(); }
64 /// This function will attempt to load XRay trace records from the provided
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/TableGen/
Main.h 22 /// Perform the action using Records, and write output to OS.
24 using TableGenMainFn = bool (raw_ostream &OS, RecordKeeper &Records);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/XRay/
Trace.h 10 // Defines the XRay Trace class representing records in an XRay trace file.
27 /// A Trace object represents the records that have been loaded from XRay
49 std::vector<XRayRecord> Records;
59 citerator begin() const { return Records.begin(); }
60 citerator end() const { return Records.end(); }
61 size_t size() const { return Records.size(); }
64 /// This function will attempt to load XRay trace records from the provided
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/TableGen/
Main.h 22 /// Perform the action using Records, and write output to OS.
24 using TableGenMainFn = bool (raw_ostream &OS, RecordKeeper &Records);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/XRay/
Trace.h 10 // Defines the XRay Trace class representing records in an XRay trace file.
27 /// A Trace object represents the records that have been loaded from XRay
49 std::vector<XRayRecord> Records;
59 citerator begin() const { return Records.begin(); }
60 citerator end() const { return Records.end(); }
61 size_t size() const { return Records.size(); }
64 /// This function will attempt to load XRay trace records from the provided
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/TableGen/
Main.h 22 /// Perform the action using Records, and write output to OS.
24 using TableGenMainFn = bool (raw_ostream &OS, RecordKeeper &Records);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/XRay/
Trace.h 10 // Defines the XRay Trace class representing records in an XRay trace file.
27 /// A Trace object represents the records that have been loaded from XRay
49 std::vector<XRayRecord> Records;
59 citerator begin() const { return Records.begin(); }
60 citerator end() const { return Records.end(); }
61 size_t size() const { return Records.size(); }
64 /// This function will attempt to load XRay trace records from the provided
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Main.h 21 /// \brief Perform the action using Records, and write output to OS.
23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/XRay/
Trace.h 10 // Defines the XRay Trace class representing records in an XRay trace file.
27 /// A Trace object represents the records that have been loaded from XRay
49 std::vector<XRayRecord> Records;
59 citerator begin() const { return Records.begin(); }
60 citerator end() const { return Records.end(); }
61 size_t size() const { return Records.size(); }
64 /// This function will attempt to load XRay trace records from the provided

Completed in 471 milliseconds

1 2 3 4 5 6 7 8 9