HomeSort by relevance Sort by last modified time
    Searched refs:getAllDerivedDefinitions (Results 1 - 24 of 24) sorted by null

  /external/clang/utils/TableGen/
ClangCommentHTMLTagsEmitter.cpp 24 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
43 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Tag");
ClangCommentCommandInfoEmitter.cpp 29 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
116 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("Command");
ClangCommentHTMLNamedCharacterReferenceEmitter.cpp 52 std::vector<Record *> Tags = Records.getAllDerivedDefinitions("NCR");
ClangASTNodesEmitter.cpp 156 = Records.getAllDerivedDefinitions(Root.getName());
202 = Records.getAllDerivedDefinitions("DeclContext");
203 RecordVector Decls = Records.getAllDerivedDefinitions("Decl");
ClangAttrEmitter.cpp     [all...]
ClangDiagnosticsEmitter.cpp 46 = Records.getAllDerivedDefinitions("DiagGroup");
108 Records.getAllDerivedDefinitions("Diagnostic");
490 Records.getAllDerivedDefinitions("Diagnostic");
493 = Records.getAllDerivedDefinitions("DiagGroup");
602 Records.getAllDerivedDefinitions("Diagnostic");
605 = Records.getAllDerivedDefinitions("DiagGroup");
743 Records.getAllDerivedDefinitions("Diagnostic");
ClangSACheckersEmitter.cpp 98 std::vector<Record*> checkers = Records.getAllDerivedDefinitions("Checker");
108 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package");
120 checkerGroups = Records.getAllDerivedDefinitions("CheckerGroup");
NeonEmitter.cpp     [all...]
  /external/llvm/utils/TableGen/
TableGen.cpp 146 std::vector<Record*> Recs = Records.getAllDerivedDefinitions(Class);
156 std::vector<Record*> Recs = Records.getAllDerivedDefinitions("Set");
DFAPacketizerEmitter.cpp 359 Records.getAllDerivedDefinitions("ProcessorItineraries");
413 Records.getAllDerivedDefinitions("ProcessorItineraries");
430 Records.getAllDerivedDefinitions("InstrItinClass").size();
OptParserEmitter.cpp 106 Records.getAllDerivedDefinitions("OptionGroup");
107 std::vector<Record*> Opts = Records.getAllDerivedDefinitions("Option");
CodeGenMapTable.cpp 205 InstrDefs = Records.getAllDerivedDefinitions(FilterClass);
502 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
569 InstrMapVec = Records.getAllDerivedDefinitions("InstrMapping");
CodeGenTarget.cpp 132 std::vector<Record*> Targets = Records.getAllDerivedDefinitions("Target");
210 RegAltNameIndices = Records.getAllDerivedDefinitions("RegAltNameIndex");
264 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
406 std::vector<Record*> I = RC.getAllDerivedDefinitions("Intrinsic");
CodeGenSchedule.cpp 140 RecVec ProcRecords = Records.getAllDerivedDefinitions("Processor");
233 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW");
248 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW");
264 RecVec AliasDefs = Records.getAllDerivedDefinitions("SchedAlias");
322 RecVec RWDefs = Records.getAllDerivedDefinitions("SchedReadWrite");
526 RecVec InstRWDefs = Records.getAllDerivedDefinitions("InstRW");
829 RecVec ItinRWDefs = Records.getAllDerivedDefinitions("ItinRW");
    [all...]
CallingConvEmitter.cpp 39 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv");
SubtargetEmitter.cpp 118 std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName);
177 Records.getAllDerivedDefinitions("SubtargetFeature");
241 Records.getAllDerivedDefinitions("Processor");
    [all...]
CodeEmitterGen.cpp 238 std::vector<Record*> Insts = Records.getAllDerivedDefinitions("Instruction");
AsmMatcherEmitter.cpp     [all...]
CodeGenDAGPatterns.cpp     [all...]
CodeGenRegisters.cpp     [all...]
AsmWriterEmitter.cpp 784 Records.getAllDerivedDefinitions("InstAlias");
    [all...]
RegisterInfoEmitter.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]

Completed in 317 milliseconds