Searched refs:Records (Results 1 - 25 of 57) sorted by relevance

123

/external/clang/utils/TableGen/
H A DTableGenBackends.h32 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);
38 void EmitClangAttrSpellingList(RecordKeeper &Records, raw_ostream &OS);
39 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS);
40 void EmitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS);
41 void EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostrea
[all...]
H A DTableGen.cpp141 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) { argument
144 EmitClangAttrClass(Records, OS);
147 EmitClangAttrExprArgsList(Records, OS);
150 EmitClangAttrImpl(Records, OS);
153 EmitClangAttrList(Records, OS);
156 EmitClangAttrPCHRead(Records, OS);
159 EmitClangAttrPCHWrite(Records, OS);
162 EmitClangAttrSpellingList(Records, OS);
165 EmitClangAttrSpellingListIndex(Records, OS);
168 EmitClangAttrLateParsedList(Records, O
[all...]
H A DClangCommentHTMLTagsEmitter.cpp23 void EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { argument
24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
41 void EmitClangCommentHTMLTagsProperties(RecordKeeper &Records, argument
43 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
H A DClangCommentCommandInfoEmitter.cpp23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) { argument
29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
108 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) { argument
116 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp50 void EmitClangCommentHTMLNamedCharacterReferences(RecordKeeper &Records, argument
52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR");
H A DClangASTNodesEmitter.cpp31 RecordKeeper &Records; member in class:__anon16683::ClangASTNodesEmitter
58 : Records(R), Root(N, SMLoc(), R), BaseSuffix(S)
156 = Records.getAllDerivedDefinitions(Root.getName());
185 void EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) { argument
202 = Records.getAllDerivedDefinitions("DeclContext");
203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl");
H A DClangDiagnosticsEmitter.cpp41 RecordKeeper &Records; member in class:__anon16685::DiagGroupParentMap
44 DiagGroupParentMap(RecordKeeper &records) : Records(records) {
46 = Records.getAllDerivedDefinitions("DiagGroup");
96 RecordKeeper &Records; member in class:__anon16686::DiagCategoryIDMap
100 DiagCategoryIDMap(RecordKeeper &records) : Records(records) {
101 DiagGroupParentMap ParentInfo(Records);
108 Records.getAllDerivedDefinitions("Diagnostic");
477 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS, argument
490 Records.getAllDerivedDefinitions("Diagnostic");
493 = Records
597 EmitClangDiagGroups(RecordKeeper &Records, raw_ostream &OS) argument
741 EmitClangDiagsIndexName(RecordKeeper &Records, raw_ostream &OS) argument
[all...]
H A DClangAttrEmitter.cpp880 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) { argument
886 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
983 void EmitClangAttrExprArgsList(RecordKeeper &Records, raw_ostream &OS) { argument
987 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1025 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) { argument
1028 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr");
1081 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS) { argument
1114 Record *InhClass = Records.getClass("InheritableAttr");
1115 Record *InhParamClass = Records.getClass("InheritableParamAttr");
1116 Record *MSInheritanceClass = Records
1149 EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS) argument
1193 EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS) argument
1224 EmitClangAttrSpellingList(RecordKeeper &Records, raw_ostream &OS) argument
1242 EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS) argument
1303 EmitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS) argument
1332 EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostream &OS) argument
1405 EmitClangAttrParsedAttrList(RecordKeeper &Records, raw_ostream &OS) argument
1443 EmitClangAttrParsedAttrKinds(RecordKeeper &Records, raw_ostream &OS) argument
1494 EmitClangAttrDump(RecordKeeper &Records, raw_ostream &OS) argument
[all...]
/external/chromium/chrome/browser/sync/util/
H A Dextensions_activity_monitor.h44 typedef std::map<std::string, Record> Records; typedef in class:browser_sync::ExtensionsActivityMonitor
53 void GetAndClearRecords(Records* buffer);
57 void PutRecords(const Records& records);
64 Records records_;
H A Dextensions_activity_monitor.cc67 void ExtensionsActivityMonitor::GetAndClearRecords(Records* buffer) {
73 void ExtensionsActivityMonitor::PutRecords(const Records& records) {
75 for (Records::const_iterator i = records.begin(); i != records.end(); ++i) {
H A Dextensions_activity_monitor_unittest.cc171 ExtensionsActivityMonitor::Records results;
197 ExtensionsActivityMonitor::Records results;
212 ExtensionsActivityMonitor::Records new_records;
231 ExtensionsActivityMonitor::Records results;
/external/chromium_org/sync/util/
H A Dextensions_activity.h38 typedef std::map<std::string, Record> Records; typedef in class:syncer::ExtensionsActivity
45 void GetAndClearRecords(Records* buffer);
49 void PutRecords(const Records& records);
58 Records records_;
H A Dextensions_activity.cc18 void ExtensionsActivity::GetAndClearRecords(Records* buffer) {
24 void ExtensionsActivity::PutRecords(const Records& records) {
26 for (Records::const_iterator i = records.begin(); i != records.end(); ++i) {
/external/llvm/utils/TableGen/
H A DTableGen.cpp94 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) { argument
97 OS << Records; // No argument, dump all contents local
100 EmitCodeEmitter(Records, OS);
103 EmitRegisterInfo(Records, OS);
106 EmitInstrInfo(Records, OS);
109 EmitCallingConv(Records, OS);
112 EmitAsmWriter(Records, OS);
115 EmitAsmMatcher(Records, OS);
118 EmitDisassembler(Records, OS);
121 EmitPseudoLowering(Records, O
[all...]
H A DDisassemblerEmitter.cpp106 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) { argument
107 CodeGenTarget Target(Records);
132 EmitFixedLenDecoder(Records, OS, Target.getName() == "AArch64" ? "AArch64" : "ARM",
140 EmitFixedLenDecoder(Records, OS, Target.getName(),
H A DCTagsEmitter.cpp51 RecordKeeper &Records; member in class:__anon21907::CTagsEmitter
53 CTagsEmitter(RecordKeeper &R) : Records(R) {}
73 const std::map<std::string, Record *> &Classes = Records.getClasses();
74 const std::map<std::string, Record *> &Defs = Records.getDefs();
H A DCodeGenMapTable.cpp40 // vector of RowFields values and contains vectors of Records (instructions) as
202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec): argument
205 InstrDefs = Records.getAllDerivedDefinitions(FilterClass);
499 static void emitEnums(raw_ostream &OS, RecordKeeper &Records) { argument
502 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
565 void EmitMapTable(RecordKeeper &Records, raw_ostream &OS) { argument
566 CodeGenTarget Target(Records);
569 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
580 emitEnums(OS, Records);
586 MapTableEmitter IMap(Target, Records, InstrMapVe
[all...]
H A DPseudoLoweringEmitter.cpp45 RecordKeeper &Records; member in class:__anon21941::PseudoLoweringEmitter
61 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {}
270 Record *ExpansionClass = Records.getClass("PseudoInstExpansion");
271 Record *InstructionClass = Records.getClass("Instruction");
277 Records.getDefs().begin(), E = Records.getDefs().end(); I != E; ++I) {
H A DDFAPacketizerEmitter.cpp41 RecordKeeper &Records; member in class:__anon21924::DFAPacketizerEmitter
267 allInsnClasses(), Records(R) {}
359 Records.getAllDerivedDefinitions("ProcessorItineraries");
413 Records.getAllDerivedDefinitions("ProcessorItineraries");
430 Records.getAllDerivedDefinitions("InstrItinClass").size();
H A DCodeGenTarget.cpp131 : Records(records), RegBank(0), SchedModels(0) {
132 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
205 RegBank = new CodeGenRegBank(Records);
210 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex");
259 SchedModels = new CodeGenSchedModels(Records, *this);
264 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
276 RecordKeeper &Records) {
277 const Record *Rec = Records.getDef(Name);
323 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records);
274 GetInstByName(const char *Name, const DenseMap<const Record*, CodeGenInstruction*> &Insts, RecordKeeper &Records) argument
/external/llvm/include/llvm/TableGen/
H A DMain.h21 /// \brief Perform the action using Records, and write output to OS.
23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
/external/chromium_org/sync/engine/
H A Dbuild_commit_command.h45 ExtensionsActivity::Records* extensions_activity_buffer);
72 ExtensionsActivity::Records* extensions_activity_buffer_;
/external/chromium/chrome/browser/sync/sessions/
H A Dsync_session.h113 const ExtensionsActivityMonitor::Records& extensions_activity() const {
116 ExtensionsActivityMonitor::Records* mutable_extensions_activity() {
142 ExtensionsActivityMonitor::Records extensions_activity_;
/external/llvm/lib/TableGen/
H A DMain.cpp81 RecordKeeper Records; local
100 TGParser Parser(SrcMgr, Records);
117 if (MainFn(Out.os(), Records))
/external/chromium_org/chrome/browser/sync/glue/
H A Dextensions_activity_monitor_unittest.cc110 syncer::ExtensionsActivity::Records results;
128 syncer::ExtensionsActivity::Records results;
141 syncer::ExtensionsActivity::Records new_records;
157 syncer::ExtensionsActivity::Records results;

Completed in 273 milliseconds

123