/external/clang/utils/TableGen/ |
D | TableGenBackends.h | 32 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS); 33 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS); 34 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS); 35 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS); 36 void EmitClangAttrPCHWrite(RecordKeeper &Records, raw_ostream &OS); 37 void EmitClangAttrSpellingList(RecordKeeper &Records, raw_ostream &OS); 38 void EmitClangAttrSpellingListIndex(RecordKeeper &Records, raw_ostream &OS); 39 void EmitClangAttrLateParsedList(RecordKeeper &Records, raw_ostream &OS); 40 void EmitClangAttrTemplateInstantiate(RecordKeeper &Records, raw_ostream &OS); 41 void EmitClangAttrParsedAttrList(RecordKeeper &Records, raw_ostream &OS); [all …]
|
D | TableGen.cpp | 141 bool ClangTableGenMain(raw_ostream &OS, RecordKeeper &Records) { in ClangTableGenMain() argument 144 EmitClangAttrClass(Records, OS); in ClangTableGenMain() 147 EmitClangAttrImpl(Records, OS); in ClangTableGenMain() 150 EmitClangAttrList(Records, OS); in ClangTableGenMain() 153 EmitClangAttrPCHRead(Records, OS); in ClangTableGenMain() 156 EmitClangAttrPCHWrite(Records, OS); in ClangTableGenMain() 159 EmitClangAttrSpellingList(Records, OS); in ClangTableGenMain() 162 EmitClangAttrSpellingListIndex(Records, OS); in ClangTableGenMain() 165 EmitClangAttrLateParsedList(Records, OS); in ClangTableGenMain() 168 EmitClangAttrTemplateInstantiate(Records, OS); in ClangTableGenMain() [all …]
|
D | ClangCommentHTMLTagsEmitter.cpp | 23 void EmitClangCommentHTMLTags(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentHTMLTags() argument 24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTags() 41 void EmitClangCommentHTMLTagsProperties(RecordKeeper &Records, in EmitClangCommentHTMLTagsProperties() argument 43 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag"); in EmitClangCommentHTMLTagsProperties()
|
D | ClangDiagnosticsEmitter.cpp | 41 RecordKeeper &Records; member in __anon5497abc40111::DiagGroupParentMap 44 DiagGroupParentMap(RecordKeeper &records) : Records(records) { in DiagGroupParentMap() 46 = Records.getAllDerivedDefinitions("DiagGroup"); in DiagGroupParentMap() 96 RecordKeeper &Records; member in __anon5497abc40211::DiagCategoryIDMap 100 DiagCategoryIDMap(RecordKeeper &records) : Records(records) { in DiagCategoryIDMap() 101 DiagGroupParentMap ParentInfo(Records); in DiagCategoryIDMap() 108 Records.getAllDerivedDefinitions("Diagnostic"); in DiagCategoryIDMap() 477 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS, in EmitClangDiagsDefs() argument 490 Records.getAllDerivedDefinitions("Diagnostic"); in EmitClangDiagsDefs() 493 = Records.getAllDerivedDefinitions("DiagGroup"); in EmitClangDiagsDefs() [all …]
|
D | ClangCommentCommandInfoEmitter.cpp | 23 void EmitClangCommentCommandInfo(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentCommandInfo() argument 29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandInfo() 105 void EmitClangCommentCommandList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangCommentCommandList() argument 113 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command"); in EmitClangCommentCommandList()
|
D | ClangAttrEmitter.cpp | 880 void EmitClangAttrClass(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrClass() argument 886 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrClass() 975 void EmitClangAttrImpl(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrImpl() argument 978 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"); in EmitClangAttrImpl() 1031 void EmitClangAttrList(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrList() argument 1055 Record *InhClass = Records.getClass("InheritableAttr"); in EmitClangAttrList() 1056 Record *InhParamClass = Records.getClass("InheritableParamAttr"); in EmitClangAttrList() 1057 std::vector<Record*> Attrs = Records.getAllDerivedDefinitions("Attr"), in EmitClangAttrList() 1084 void EmitClangAttrPCHRead(RecordKeeper &Records, raw_ostream &OS) { in EmitClangAttrPCHRead() argument 1087 Record *InhClass = Records.getClass("InheritableAttr"); in EmitClangAttrPCHRead() [all …]
|
D | ClangASTNodesEmitter.cpp | 31 RecordKeeper &Records; member in __anon1c382e4d0111::ClangASTNodesEmitter 58 : Records(R), Root(N, SMLoc(), R), BaseSuffix(S) in ClangASTNodesEmitter() 156 = Records.getAllDerivedDefinitions(Root.getName()); in run() 185 void EmitClangDeclContext(RecordKeeper &Records, raw_ostream &OS) { in EmitClangDeclContext() argument 202 = Records.getAllDerivedDefinitions("DeclContext"); in EmitClangDeclContext() 203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl"); in EmitClangDeclContext()
|
D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 50 void EmitClangCommentHTMLNamedCharacterReferences(RecordKeeper &Records, in EmitClangCommentHTMLNamedCharacterReferences() argument 52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR"); in EmitClangCommentHTMLNamedCharacterReferences()
|
D | NeonEmitter.cpp | 142 RecordKeeper &Records; member in __anone76b0ad70311::NeonEmitter 147 NeonEmitter(RecordKeeper &R) : Records(R) { in NeonEmitter() 1347 std::vector<Record*> RV = Records.getAllDerivedDefinitions("Inst"); in run() 1354 emitIntrinsic(OS, Records.getDef("VMOVL")); in run() 1355 emitIntrinsic(OS, Records.getDef("VMULL")); in run() 1356 emitIntrinsic(OS, Records.getDef("VABD")); in run() 1437 std::vector<Record*> RV = Records.getAllDerivedDefinitions("Inst"); in runHeader() 1736 std::vector<Record*> RV = Records.getAllDerivedDefinitions("Inst"); in runTests() 1772 void EmitNeon(RecordKeeper &Records, raw_ostream &OS) { in EmitNeon() argument 1773 NeonEmitter(Records).run(OS); in EmitNeon() [all …]
|
D | OptParserEmitter.cpp | 103 void EmitOptParser(RecordKeeper &Records, raw_ostream &OS, bool GenDefs) { in EmitOptParser() argument 106 Records.getAllDerivedDefinitions("OptionGroup"); in EmitOptParser() 107 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option"); in EmitOptParser()
|
/external/llvm/utils/TableGen/ |
D | TableGen.cpp | 91 bool LLVMTableGenMain(raw_ostream &OS, RecordKeeper &Records) { in LLVMTableGenMain() argument 94 OS << Records; // No argument, dump all contents in LLVMTableGenMain() 97 EmitCodeEmitter(Records, OS); in LLVMTableGenMain() 100 EmitRegisterInfo(Records, OS); in LLVMTableGenMain() 103 EmitInstrInfo(Records, OS); in LLVMTableGenMain() 106 EmitCallingConv(Records, OS); in LLVMTableGenMain() 109 EmitAsmWriter(Records, OS); in LLVMTableGenMain() 112 EmitAsmMatcher(Records, OS); in LLVMTableGenMain() 115 EmitDisassembler(Records, OS); in LLVMTableGenMain() 118 EmitPseudoLowering(Records, OS); in LLVMTableGenMain() [all …]
|
D | DisassemblerEmitter.cpp | 106 void EmitDisassembler(RecordKeeper &Records, raw_ostream &OS) { in EmitDisassembler() argument 107 CodeGenTarget Target(Records); in EmitDisassembler() 132 EmitFixedLenDecoder(Records, OS, Target.getName() == "AArch64" ? "AArch64" : "ARM", in EmitDisassembler() 140 EmitFixedLenDecoder(Records, OS, Target.getName(), in EmitDisassembler()
|
D | CodeGenMapTable.cpp | 202 MapTableEmitter(CodeGenTarget &Target, RecordKeeper &Records, Record *IMRec): in MapTableEmitter() argument 205 InstrDefs = Records.getAllDerivedDefinitions(FilterClass); in MapTableEmitter() 499 static void emitEnums(raw_ostream &OS, RecordKeeper &Records) { in emitEnums() argument 502 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in emitEnums() 565 void EmitMapTable(RecordKeeper &Records, raw_ostream &OS) { in EmitMapTable() argument 566 CodeGenTarget Target(Records); in EmitMapTable() 569 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping"); in EmitMapTable() 580 emitEnums(OS, Records); in EmitMapTable() 586 MapTableEmitter IMap(Target, Records, InstrMapVec[i]); in EmitMapTable()
|
D | PseudoLoweringEmitter.cpp | 45 RecordKeeper &Records; member in __anon2fbb57940111::PseudoLoweringEmitter 61 PseudoLoweringEmitter(RecordKeeper &R) : Records(R), Target(R) {} in PseudoLoweringEmitter() 270 Record *ExpansionClass = Records.getClass("PseudoInstExpansion"); in run() 271 Record *InstructionClass = Records.getClass("Instruction"); in run() 277 Records.getDefs().begin(), E = Records.getDefs().end(); I != E; ++I) { in run()
|
D | CodeGenTarget.cpp | 131 : Records(records), RegBank(0), SchedModels(0) { in CodeGenTarget() 132 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target"); in CodeGenTarget() 205 RegBank = new CodeGenRegBank(Records); in getRegBank() 210 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex"); in ReadRegAltNameIndices() 259 SchedModels = new CodeGenSchedModels(Records, *this); in getSchedModels() 264 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in ReadInstructions() 276 RecordKeeper &Records) { in GetInstByName() argument 277 const Record *Rec = Records.getDef(Name); in GetInstByName() 323 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records); in ComputeInstrsByEnum()
|
D | DFAPacketizerEmitter.cpp | 41 RecordKeeper &Records; member in __anon392ea13a0111::DFAPacketizerEmitter 267 allInsnClasses(), Records(R) {} in DFAPacketizerEmitter() 359 Records.getAllDerivedDefinitions("ProcessorItineraries"); in collectAllInsnClasses() 413 Records.getAllDerivedDefinitions("ProcessorItineraries"); in run() 430 Records.getAllDerivedDefinitions("InstrItinClass").size(); in run()
|
D | CodeEmitterGen.cpp | 38 RecordKeeper &Records; member in __anon66926e520111::CodeEmitterGen 40 CodeEmitterGen(RecordKeeper &R) : Records(R) {} in CodeEmitterGen() 237 CodeGenTarget Target(Records); in run() 238 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction"); in run()
|
D | CallingConvEmitter.cpp | 24 RecordKeeper &Records; member in __anon7b87664d0111::CallingConvEmitter 26 explicit CallingConvEmitter(RecordKeeper &R) : Records(R) {} in CallingConvEmitter() 39 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv"); in run()
|
D | OptParserEmitter.cpp | 103 void EmitOptParser(RecordKeeper &Records, raw_ostream &OS) { in EmitOptParser() argument 106 Records.getAllDerivedDefinitions("OptionGroup"); in EmitOptParser() 107 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option"); in EmitOptParser()
|
/external/chromium/chrome/browser/sync/util/ |
D | extensions_activity_monitor.h | 44 typedef std::map<std::string, Record> Records; typedef 53 void GetAndClearRecords(Records* buffer); 57 void PutRecords(const Records& records); 64 Records records_;
|
D | extensions_activity_monitor.cc | 67 void ExtensionsActivityMonitor::GetAndClearRecords(Records* buffer) { in GetAndClearRecords() 73 void ExtensionsActivityMonitor::PutRecords(const Records& records) { in PutRecords() 75 for (Records::const_iterator i = records.begin(); i != records.end(); ++i) { in PutRecords()
|
D | extensions_activity_monitor_unittest.cc | 171 ExtensionsActivityMonitor::Records results; in TEST_F() 197 ExtensionsActivityMonitor::Records results; in TEST_F() 212 ExtensionsActivityMonitor::Records new_records; in TEST_F() 231 ExtensionsActivityMonitor::Records results; in TEST_F()
|
/external/chromium/chrome/browser/sync/sessions/ |
D | sync_session.h | 113 const ExtensionsActivityMonitor::Records& extensions_activity() const { in extensions_activity() 116 ExtensionsActivityMonitor::Records* mutable_extensions_activity() { in mutable_extensions_activity() 142 ExtensionsActivityMonitor::Records extensions_activity_;
|
/external/llvm/lib/TableGen/ |
D | Main.cpp | 81 RecordKeeper Records; in TableGenMain() local 100 TGParser Parser(SrcMgr, Records); in TableGenMain() 117 if (MainFn(Out.os(), Records)) in TableGenMain()
|
D | TGParser.cpp | 362 if (Records.getDef(IterRec->getNameInitAsString())) { in ProcessForeachDefs() 367 Records.addDef(IterRec); in ProcessForeachDefs() 435 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID() 785 if (Record *D = Records.getDef(Name)) in ParseIDValue() 1201 Record *Class = Records.getClass(Name); in ParseSimpleValue() 1221 Records, in ParseSimpleValue() 1231 Records.addDef(NewRec); in ParseSimpleValue() 1941 CurRec = new Record(Name, DefLoc, Records); in ParseDef() 1943 CurRec = new Record(GetNewAnonymousName(), DefLoc, Records, in ParseDef() 1950 if (Records.getDef(CurRec->getNameInitAsString())) { in ParseDef() [all …]
|